N
Nicolas
Hi,
How one can count the number of bytes used by all the characters of a
String ?
i.e. String.Length * 2 (a char is 2 bytes long), but using more "proper"
ways.
Thanks.
How one can count the number of bytes used by all the characters of a
String ?
i.e. String.Length * 2 (a char is 2 bytes long), but using more "proper"
ways.
Thanks.