Метод | Описание | |
---|---|---|
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 AsciiToHex ( string ascii ) : string | ||
ascii | string | |
Результат | string |
public static BigIntegerToHex ( System.Numerics.BigInteger value ) : string | ||
value | System.Numerics.BigInteger | |
Результат | string |
public static BytesToHex ( byte bytes ) : string | ||
bytes | byte | |
Результат | string |
public static HexToBigInteger ( string hex ) : System.Numerics.BigInteger | ||
hex | string | |
Результат | System.Numerics.BigInteger |
public static HexToBytes ( string hex ) : byte[] | ||
hex | string | |
Результат | byte[] |