C# Class DBreeze.Utils.StringProcessing

Afficher le fichier Open project: hhblaze/DBreeze

Méthodes publiques

Méthode Description
Ascii_GetString ( this btText ) : string
To_AsciiBytes ( this text ) : byte[]
To_UTF8Bytes ( this text ) : byte[]
To_UnicodeBytes ( this text ) : byte[]
UTF8_GetString ( this btText ) : string
Unicode_GetString ( this btText ) : string

Method Details

Ascii_GetString() public static méthode

public static Ascii_GetString ( this btText ) : string
btText this
Résultat string

To_AsciiBytes() public static méthode

public static To_AsciiBytes ( this text ) : byte[]
text this
Résultat byte[]

To_UTF8Bytes() public static méthode

public static To_UTF8Bytes ( this text ) : byte[]
text this
Résultat byte[]

To_UnicodeBytes() public static méthode

public static To_UnicodeBytes ( this text ) : byte[]
text this
Résultat byte[]

UTF8_GetString() public static méthode

public static UTF8_GetString ( this btText ) : string
btText this
Résultat string

Unicode_GetString() public static méthode

public static Unicode_GetString ( this btText ) : string
btText this
Résultat string