Converts the byte value to a String using the default encoding.
Converts the byte value to a String using the default encoding.
public static string GetString(byte);
Converts the byte stream to a Unicode array of charaters and then reads the specified number of characters from the initial offset point.
public static string GetString(byte[],int,int);
Get the string value of the integer by converting it back to a byte first.
public static string GetString(int);
EncodingUtil Class | ICSharpCode.SharpCvsLib.Util Namespace