System.Char

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo | name = System.Char | formattype = electronic | subcat = Data types | subcat2 = C Sharp data types | subcat3 = | subcat4 ...")
 
 
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

File Format
Name System.Char
Ontology

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.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox