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.
The String result.
The conversion is a strict conversion where the platform supports DecoderFallback, i.e. not on CF or FXv1.1.
| Exception Type | Condition |
|---|---|
| EncoderFallbackException | The content of the given byte sequence is not in ASCII format. |
ObexHeaderConverter Class | Brecham.Obex Namespace | ObexHeaderConverter.StringFromAsciiByteSeq Overload List | StringAsAsciiByteSeq