Converts a Byte array containing ASCII encoded text, as carried in a byte sequence header type, back into a String.
Converts a Byte array containing ASCII encoded text, as carried in a byte sequence header type, back into a String.
public static string StringFromAsciiByteSeq(byte[]);
Converts a Byte array containing ASCII encoded text, as carried in a byte sequence header type, back into a String. Also returning whether the supplied value was null-terminated.
public static string StringFromAsciiByteSeq(byte[],out bool);
ObexHeaderConverter Class | Brecham.Obex Namespace | StringAsAsciiByteSeq