This documentation is archived and is not being maintained.
Encoding.UTF8 Property
.NET Framework 1.1
Gets an encoding for the UTF-8 format.
[Visual Basic] Public Shared ReadOnly Property UTF8 As Encoding [C#] public static Encoding UTF8 {get;} [C++] public: __property static Encoding* get_UTF8(); [JScript] public static function get UTF8() : Encoding;
Property Value
An encoding for the UTF-8 format.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard
See Also
Show: