메소드 | 설명 | |
---|---|---|
BytesToString ( byte bytes ) : string |
Convert a byte array to string.
|
|
StringToBytes ( string str ) : byte[] |
Convert a string to a byte array.
|
public static BytesToString ( byte bytes ) : string | ||
bytes | byte | The byte array to convert. |
리턴 | string |
public static StringToBytes ( string str ) : byte[] | ||
str | string | The string to convert. |
리턴 | byte[] |