C# Class RekdFileCompiler.File.FileConverter

Exibir arquivo Open project: Naronco/Rekd-Sharp

Public Methods

Method Description
IsNumericType ( Type type ) : bool
Serialize ( BaseFormat value ) : byte[]

Private Methods

Method Description
toByteArray ( string str ) : IEnumerable

Method Details

IsNumericType() public static method

public static IsNumericType ( Type type ) : bool
type System.Type
return bool

Serialize() public static method

public static Serialize ( BaseFormat value ) : byte[]
value BaseFormat
return byte[]