Type:Char: Difference between revisions

From Resonite Wiki
imported>ProbablePrime
m ProbablePrime moved page Category:Types:Char to Types:Char
 
m cat
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="wikitable"
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]].
|-
| Color
| Type
|-
| style="background-color:{{Char-color}}" |
| Char
|}
A Char Is a single utf16 text character.


[[Category:Types]]
== See Also ==
 
* [https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/char Microsoft documentation on the char type]
 
[[Category:Type]]
[[Category:Value types]]

Latest revision as of 17:30, 18 April 2025

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

See Also