Does .NET support UNICODE and how do you know it supports

Q

Does .NET support UNICODE and how do you know it supports?

✍: Guest

A

Yes .NET definitely supports UNICODE. Try to see sizeof (char), you will see 2 bytes. Char type data type stores only one character which needs only 8 bits but because .NET has to support UNICODE it uses 16 bits to store the same.

2007-11-01, 6943👍, 0💬