메소드 | 설명 | |
---|---|---|
AsciiToHex ( string ascii ) : string | ||
BigIntegerToHex ( System.Numerics.BigInteger value ) : string | ||
BytesToHex ( byte bytes ) : string | ||
HexToBigInteger ( string hex ) : System.Numerics.BigInteger | ||
HexToBytes ( string hex ) : byte[] |
메소드 | 설명 | |
---|---|---|
Hex ( ) : System |
public static BigIntegerToHex ( System.Numerics.BigInteger value ) : string | ||
value | System.Numerics.BigInteger | |
리턴 | string |
public static HexToBigInteger ( string hex ) : System.Numerics.BigInteger | ||
hex | string | |
리턴 | System.Numerics.BigInteger |