12-04-2008 03:40 AM
12-04-2008 08:27 AM
So I ask again. What does the String Length return? The number of characters
or the number of bytes.
Like I said, String Length returns bytes, not characters. String Length doesn't know about character sets. It really isn't fundamentally different than getting the length of a byte array.
12-04-2008 10:40 AM