Brecham.Obex — An OBEX library for the .NET Framework

ObexHeaderConverter.StringFromAsciiByteSeq Method

Converts a Byte array containing ASCII encoded text, as carried in a byte sequence header type, back into a String.

Overload List

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);

See Also

ObexHeaderConverter Class | Brecham.Obex Namespace | StringAsAsciiByteSeq