Type:Char: Difference between revisions

From Resonite Wiki
m add category
fill out some
Line 1: Line 1:
A Char Is a single utf16 text character.
A '''Char''' is a single [https://en.wikipedia.org/wiki/UTF-16 UTF-16] encoded unicode codepoint. It is the basic for [[Type:string|strings]].
 
== See Also ==
 
* [https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/char Microsoft documentation on the char type]


[[Category:Type]]
[[Category:Type]]
[[Category:Value Types]]
[[Category:Value Types]]

Revision as of 03:01, 10 December 2024

A Char is a single UTF-16 encoded unicode codepoint. It is the basic for strings.

See Also