Valadoc | Vala | Tutorial | API-References | Markup

size


Description:

[ Deprecated ( replacement = "string.length" ) ]
public size_t size ()

Warning: size is deprecated. Use string.length.

Calculates the length of the string s, not including the terminating '\0' character.