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

ObexHeaderCollection.IsUnicodeType Method 

Gets whether the given Header ID represents a Unicode type.

[Visual Basic]
Public Shared Function IsUnicodeType( _
   ByVal headerId As ObexHeaderId _
) As Boolean
[C#]
public static bool IsUnicodeType(
   ObexHeaderId headerId
);

Parameters

headerId
The ObexHeaderId to check.

Return Value

A Boolean value indicating whether the given header is of Unicode type.

See Also

ObexHeaderCollection Class | Brecham.Obex Namespace