Click or drag to resize
OGUtilitiesCountDigits Method
Counts the number of digits in a string. Note: Decimal characters are counted as digits.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public static int CountDigits(
	string s
)

Parameters

s
Type: SystemString
Input string.

Return Value

Type: Int32
Number of digits in the string.
See Also