Method | Description | |
---|---|---|
ToByteArray ( string str ) : byte[] |
Converts a string to a byte array suitable for use with gnip.
|
|
ToString ( byte bytes ) : string |
Converts a byte array to a string.
|
public static ToByteArray ( string str ) : byte[] | ||
str | string | the string to convert. |
return | byte[] |
public static ToString ( byte bytes ) : string | ||
bytes | byte | |
return | string |