Метод | Описание | |
---|---|---|
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. |
Результат | byte[] |
public static ToString ( byte bytes ) : string | ||
bytes | byte | |
Результат | string |