Gets an encoding for the UTF-16 format using the little endian byte order.
Namespace: System.TextAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static Encoding Unicode { get; }
Return Value
Type:
EncodingAn encoding for the UTF-16 format using the little endian byte order.
See Also