strv_length
Description:
[
Version ( since =
"2.6" ) ]
public uint strv_length (
string[] str_array)
Returns the length of the given null-terminated string array str_array
.
str_array
must not be null.
Parameters:
str_array |
a null-terminated array of strings
|
Returns: