Show / Hide Table of Contents

Class ExtendedLib_StringExtensions2

Extensions for the string type.

Inheritance
object
ExtendedLib_StringExtensions2
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

In this article

Back to top

Back to top Generated by DocFX