T
Tony Johansson
Hi!
If I have a char data type this is represented with unicode consisting of
signed 16 bit integer.
If I have a reference datatype for example a string in this way
string test = "s";
then the location that test is refering is occupying 16 bits because of
Unicode representation.
I assume that this is correct understood of me ?
//Tony
If I have a char data type this is represented with unicode consisting of
signed 16 bit integer.
If I have a reference datatype for example a string in this way
string test = "s";
then the location that test is refering is occupying 16 bits because of
Unicode representation.
I assume that this is correct understood of me ?
//Tony