C# Class Granados.Crypto.BigIntegerConverter

Converter for the convenience of using the big integer.
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Méthode Description
ParseBinary ( string s ) : byte[]

Parse string as the bit string form.

ParseHex ( string s ) : byte[]

Parse string as the hexadecimal string form.

Method Details

ParseBinary() public static méthode

Parse string as the bit string form.
parse error
public static ParseBinary ( string s ) : byte[]
s string a string consists of '0' and '1'
Résultat byte[]

ParseHex() public static méthode

Parse string as the hexadecimal string form.
parse error
public static ParseHex ( string s ) : byte[]
s string a string consists of '0'..'9','a'..'f','A'..'F'
Résultat byte[]