C# 클래스 Redu.Util.StringExtensions

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

공개 메소드들

메소드 설명
ByteCount ( this c, EncodingType type ) : int
ToBytes ( this c, EncodingType type ) : byte[]

메소드 상세

ByteCount() 공개 정적인 메소드

public static ByteCount ( this c, EncodingType type ) : int
c this
type EncodingType
리턴 int

ToBytes() 공개 정적인 메소드

public static ToBytes ( this c, EncodingType type ) : byte[]
c this
type EncodingType
리턴 byte[]