C# 클래스 Granados.Crypto.BigIntegerConverter

Converter for the convenience of using the big integer.
파일 보기 프로젝트 열기: poderosaproject/poderosa

공개 메소드들

메소드 설명
ParseBinary ( string s ) : byte[]

Parse string as the bit string form.

ParseHex ( string s ) : byte[]

Parse string as the hexadecimal string form.

메소드 상세

ParseBinary() 공개 정적인 메소드

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

ParseHex() 공개 정적인 메소드

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'
리턴 byte[]