C# 클래스 Nethereum.Hex.HexConvertors.Extensions.HexBigIntegerConvertorExtensions

파일 보기 프로젝트 열기: Nethereum/Nethereum

공개 메소드들

메소드 설명
HexToBigInteger ( this hex, bool isHexLittleEndian ) : System.Numerics.BigInteger
ToByteArray ( this value, bool littleEndian ) : byte[]
ToHex ( this value, bool littleEndian, bool compact = true ) : string

메소드 상세

HexToBigInteger() 공개 정적인 메소드

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

ToByteArray() 공개 정적인 메소드

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

ToHex() 공개 정적인 메소드

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