C# Class Nethereum.ABI.Decoders.BoolTypeDecoder

Inheritance: TypeDecoder
Mostrar archivo Open project: Nethereum/Nethereum Class Usage Examples

Public Methods

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

Method Details

BoolTypeDecoder() public method

public BoolTypeDecoder ( ) : System
return System

Decode() public method

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

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