C# Class Nethereum.Hex.HexConvertors.Extensions.HexBigIntegerConvertorExtensions

Afficher le fichier Open project: Nethereum/Nethereum

Méthodes publiques

Méthode Description
HexToBigInteger ( this hex, bool isHexLittleEndian ) : System.Numerics.BigInteger
ToByteArray ( this value, bool littleEndian ) : byte[]
ToHex ( this value, bool littleEndian, bool compact = true ) : string

Method Details

HexToBigInteger() public static méthode

public static HexToBigInteger ( this hex, bool isHexLittleEndian ) : System.Numerics.BigInteger
hex this
isHexLittleEndian bool
Résultat System.Numerics.BigInteger

ToByteArray() public static méthode

public static ToByteArray ( this value, bool littleEndian ) : byte[]
value this
littleEndian bool
Résultat byte[]

ToHex() public static méthode

public static ToHex ( this value, bool littleEndian, bool compact = true ) : string
value this
littleEndian bool
compact bool
Résultat string