EncodingBigEndianUnicode Property |
Gets an encoding for the UTF-16 format that uses the big endian byte order.
Namespace: System.TextAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static Encoding BigEndianUnicode { get; }
Return Value
Type:
EncodingAn encoding object for the UTF-16 format that uses the big endian byte order.
See Also