Method | Description | |
---|---|---|
Decode ( string encodedData ) : byte[] | ||
Encode ( byte toEncode ) : string |
public static Decode ( string encodedData ) : byte[] | ||
encodedData | string | |
return | byte[] |
public static Encode ( byte toEncode ) : string | ||
toEncode | byte | |
return | string |