Search notes:

System.Char (struct)

System.Char is a UTF-16 (always?) encoded character.

See also

The default character size on a system can be determined with System.Runtime.InteropServices.Marshal.SystemDefaultCharSize.
System.String and its method ToCharArray
The (abstract) class System.IO.TextWriter can be used to write sequences of characters.

Index