C# 클래스 DBreeze.Utils.StringProcessing

파일 보기 프로젝트 열기: hhblaze/DBreeze

공개 메소드들

메소드 설명
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

메소드 상세

Ascii_GetString() 공개 정적인 메소드

public static Ascii_GetString ( this btText ) : string
btText this
리턴 string

To_AsciiBytes() 공개 정적인 메소드

public static To_AsciiBytes ( this text ) : byte[]
text this
리턴 byte[]

To_UTF8Bytes() 공개 정적인 메소드

public static To_UTF8Bytes ( this text ) : byte[]
text this
리턴 byte[]

To_UnicodeBytes() 공개 정적인 메소드

public static To_UnicodeBytes ( this text ) : byte[]
text this
리턴 byte[]

UTF8_GetString() 공개 정적인 메소드

public static UTF8_GetString ( this btText ) : string
btText this
리턴 string

Unicode_GetString() 공개 정적인 메소드

public static Unicode_GetString ( this btText ) : string
btText this
리턴 string