C# 클래스 Redu.Util.ByteExtensions

파일 보기 프로젝트 열기: arccoza/redu

공개 메소드들

메소드 설명
CharCount ( this b, EncodingType type ) : int
ToString ( this b, EncodingType type ) : string

메소드 상세

CharCount() 공개 정적인 메소드

public static CharCount ( this b, EncodingType type ) : int
b this
type EncodingType
리턴 int

ToString() 공개 정적인 메소드

public static ToString ( this b, EncodingType type ) : string
b this
type EncodingType
리턴 string