Table of Contents

Method StripColors

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

StripColors(string)

Strip any color codes from a string.

public static string StripColors(this string input)

Parameters

input string

The string to strip of color.

Returns

string

The new string without any color codes.