C# Class Nethereum.ABI.Decoders.StringTypeDecoder

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

Méthodes publiques

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

Method Details

Decode() public méthode

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

Decode() public méthode

public Decode ( byte encoded ) : string
encoded byte
Résultat string

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