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
)
Public Shared Function GetLength (
input As String
) As Integer
Parameters
- input
- Type: SystemString
The input string
Return Value
Type:
Int32Length of the string
See Also