Skip to content

ExtendedLib_StringExtensions2 Class

Extensions for the string type.

C#
public static class ExtendedLib_StringExtensions2

Inheritance object

Converts a string into codepage 437.

C#
public static string ToAscii(this string text, int codepage = 437)

text string
The string to convert

codepage int
Optional codepage to provide.

string
A transformed string.