| NAnt  Help  Function Reference  string::get-length | v0.85 | 
Returns the length of the specified string.
int string::get-length(s)
            
    
    | Name | Type | Description | 
|---|---|---|
| s | string | input string | 
string::get-length('foo') ==> 3string::get-length('') ==> 0