NAnt
![]() ![]() ![]() |
v0.91 |
Returns the length of the specified string.
int string::get-length(s)
Name | Type | Description |
---|---|---|
s | string | input string |
string::get-length('foo') ==> 3
string::get-length('') ==> 0