C# 클래스 RekdFileCompiler.File.FileConverter

파일 보기 프로젝트 열기: Naronco/Rekd-Sharp

공개 메소드들

메소드 설명
IsNumericType ( Type type ) : bool
Serialize ( BaseFormat value ) : byte[]

비공개 메소드들

메소드 설명
toByteArray ( string str ) : IEnumerable

메소드 상세

IsNumericType() 공개 정적인 메소드

public static IsNumericType ( Type type ) : bool
type System.Type
리턴 bool

Serialize() 공개 정적인 메소드

public static Serialize ( BaseFormat value ) : byte[]
value BaseFormat
리턴 byte[]