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
Type | Name | Description |
---|---|---|
string | text | The string to convert |
int | codepage | Optional codepage to provide. |
Returns
Type | Description |
---|---|
string | A transformed string. |