Returns the number of characters in this string.
CaString
None
long - string length
This function returns number characters not number of bytes. If Unicode, then each character is two bytes wide.
If string value is NULL or the empty string then return value is zero.
Example
CaString d(“My String”); long length = d.GetLength();
More information:
| Copyright © 2013 CA. All rights reserved. |
|