Click or drag to resize

ValidationHelpersGetLength Method

Find length of a string. If string is null or empty, returns 0. Should never throw.

Namespace:  NetQuarry.Services.Zoom
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static int GetLength(
	string input
)

Parameters

input
Type: SystemString
The input string

Return Value

Type: Int32
Length of the string
See Also