Which encoding are character variables (char) stored in C#?
Explanation
C# language specification:
http://msdn.microsoft.com/en- us/library/ms228593.aspx
http://msdn.microsoft.com/en- us/library/x9h8tsay.aspx

The char keyword is used to declare an instance of the System.Char structure that the .NET Framework uses to represent a Unicode character. The value of a Char object is a 16-bit numeric (ordinal) value.

Type: char
Range: U + 0000 to U + FFFF
Size: Unicode 16-bit character

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести