ExtendedLib_StringExtensions2 Class
Definition
Section titled “Definition”Extensions for the string type.
public static class ExtendedLib_StringExtensions2Inheritance object
Methods
Section titled “Methods”ToAscii(string, int)
Section titled “ToAscii(string, int)”Converts a string into codepage 437.
public static string ToAscii(this string text, int codepage = 437)Parameters
Section titled “Parameters”text string
The string to convert
codepage int
Optional codepage to provide.
Returns
Section titled “Returns”string
A transformed string.