Click or drag to resize
OGUtilitiesIsAllDigits Method
Determines if a string is actually a number.

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

Parameters

s
Type: SystemString
Input string.

Return Value

Type: Boolean
True if the string is a number; false otherwise.
See Also