System.Char
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo | name = System.Char | formattype = electronic | subcat = Data types | subcat2 = C Sharp data types | subcat3 = | subcat4 ...") |
Dan Tobias (Talk | contribs) |
||
Line 21: | Line 21: | ||
}} | }} | ||
− | The .Net framework '''System.Char'' data type, also known simply as ''char'' in the [[C Sharp|C#]] language, is a 16 bit numeric value used to represent a [[Unicode]] character. Characters outside the basic plane (with code points over FFFF) require surrogate pairs taking two of these variables. | + | The .Net framework '''System.Char''' data type, also known simply as ''char'' in the [[C Sharp|C#]] language, is a 16 bit numeric value used to represent a [[Unicode]] character. Characters outside the basic plane (with code points over FFFF) require surrogate pairs taking two of these variables. |
[[Category:Symbolic data types]] | [[Category:Symbolic data types]] | ||
[[Category:Enumerable data types]] | [[Category:Enumerable data types]] | ||
[[Category:Microsoft]] | [[Category:Microsoft]] |
Latest revision as of 13:19, 2 July 2019
The .Net framework System.Char data type, also known simply as char in the C# language, is a 16 bit numeric value used to represent a Unicode character. Characters outside the basic plane (with code points over FFFF) require surrogate pairs taking two of these variables.