refStringLength
fn
size_t refStringLength(string str)Retrieves the length of str.
Parameters
str | a reference counted string |
Returns
the length of the given string, in bytes
size_t refStringLength(string str)Retrieves the length of str.
str | a reference counted string |