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

Mostra file Open project: Nethereum/Nethereum

Public Methods

Method 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 method

public static HexToBigInteger ( this hex, bool isHexLittleEndian ) : System.Numerics.BigInteger
hex this
isHexLittleEndian bool
return System.Numerics.BigInteger

ToByteArray() public static method

public static ToByteArray ( this value, bool littleEndian ) : byte[]
value this
littleEndian bool
return byte[]

ToHex() public static method

public static ToHex ( this value, bool littleEndian, bool compact = true ) : string
value this
littleEndian bool
compact bool
return string