Method | Description | |
---|---|---|
ParseBinary ( string s ) : byte[] |
Parse string as the bit string form.
|
|
ParseHex ( string s ) : byte[] |
Parse string as the hexadecimal string form.
|
public static ParseBinary ( string s ) : byte[] | ||
s | string | a string consists of '0' and '1' |
return | byte[] |
public static ParseHex ( string s ) : byte[] | ||
s | string | a string consists of '0'..'9','a'..'f','A'..'F' |
return | byte[] |