Type:Char: Difference between revisions

From Resonite Wiki
m add category
m basic -> basis
 
(One intermediate revision by the same user not shown)
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 basis 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]]

Latest revision as of 03:17, 10 December 2024

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

See Also