[This is preliminary documentation and subject to change.]
Returns the length of the specified string.
The string's length.
Missing <remarks> documentation for M:NAnt.Core.Functions.StringFunctions.GetLength(System.String)
string::get-length('foo') ==> 3
string::get-length('') ==> 0
StringFunctions Class | NAnt.Core.Functions Namespace