C# Class Nethereum.ABI.Decoders.Bytes32TypeDecoder

Inheritance: TypeDecoder
Exibir arquivo Open project: Nethereum/Nethereum Class Usage Examples

Public Methods

Method Description
Bytes32TypeDecoder ( ) : System
Decode ( byte encoded, Type type ) : object
GetDefaultDecodingType ( ) : Type
IsSupportedType ( Type type ) : bool

Private Methods

Method Description
DecodeString ( byte encoded ) : string

Method Details

Bytes32TypeDecoder() public method

public Bytes32TypeDecoder ( ) : System
return System

Decode() public method

public Decode ( byte encoded, Type type ) : object
encoded byte
type System.Type
return object

GetDefaultDecodingType() public method

public GetDefaultDecodingType ( ) : Type
return System.Type

IsSupportedType() public method

public IsSupportedType ( Type type ) : bool
type System.Type
return bool