string::get-length

Returns the length of the specified string.

Usage

int string::get-length(s)

Parameters

Name Type Description
s string input string

Return Value

The string's length.

Examples

Requirements

Assembly: NAnt.Core (0.91.4312.0)