Method | Description | |
---|---|---|
Decode ( string input ) : byte[] | ||
DecodeChecked ( string input ) : byte[] |
Uses the checksum in the last 4 bytes of the decoded data to verify the rest are correct. The checksum is removed from the returned data.
|
|
DecodeToBigInteger ( string input ) : |
||
Encode ( byte input ) : string |
public static Decode ( string input ) : byte[] | ||
input | string | |
return | byte[] |
public static DecodeChecked ( string input ) : byte[] | ||
input | string | |
return | byte[] |
public static DecodeToBigInteger ( string input ) : |
||
input | string | |
return |