C# Class Nethereum.ABI.Decoders.StringTypeDecoder

Inheritance: TypeDecoder
Mostra file Open project: Nethereum/Nethereum Class Usage Examples

Public Methods

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

Method Details

Decode() public method

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

Decode() public method

public Decode ( byte encoded ) : string
encoded byte
return string

GetDefaultDecodingType() public method

public GetDefaultDecodingType ( ) : Type
return System.Type

IsSupportedType() public method

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