Class ExtendedLib_StringExtensions2
Extensions for the string type.
Inherited Members
Namespace: SadConsole
Assembly: SadConsole.Extended.dll
Syntax
public static class ExtendedLib_StringExtensions2
Methods
ToAscii(string, int)
Converts a string into codepage 437.
Declaration
public static string ToAscii(this string text, int codepage = 437)
Parameters
Returns
Type | Description |
---|---|
string | A transformed string. |