C# Class Nethereum.ABI.Decoders.Bytes32TypeDecoder

Inheritance: TypeDecoder
Afficher le fichier Open project: Nethereum/Nethereum Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
DecodeString ( byte encoded ) : string

Method Details

Bytes32TypeDecoder() public méthode

public Bytes32TypeDecoder ( ) : System
Résultat System

Decode() public méthode

public Decode ( byte encoded, Type type ) : object
encoded byte
type System.Type
Résultat object

GetDefaultDecodingType() public méthode

public GetDefaultDecodingType ( ) : Type
Résultat System.Type

IsSupportedType() public méthode

public IsSupportedType ( Type type ) : bool
type System.Type
Résultat bool