Skip to content

StringLen

StringLen

Returns the number of symbols in a string.

int  StringLen(
   string  string_value      // string
   );

Parameters

string_value

[in] String to calculate length.

Return Value

Number of symbols in a string without the ending zero.

Last updated on