Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Unicode UTF16 « Internationalization I18N « C# / C Sharp
C# / C Sharp
Internationalization I18N
Unicode UTF16
1.
Write the UTF-16 encoded bytes of the source string
2.
Write the UTF-8 and ASCII encoded byte arrays
3.
Write special symbol to Text file: pi (\u03A0r^2)
4.
Replace utf-16 encoding with utf-8 encoding
5.
Returns the number of additional bytes in a UTF-8 character sequence (not including the first byte).
6.
Write a string to a file using default encoding
7.
Convert a string from one charset to another charset
8.
Return the value of CharSize and display it.
9.
Returns the value encoded in Big/Little Endian (PPC, XDR) format.