Click or drag to resize
OGUtilitiesGetDigitIndex Method
Returns the index of the specified digit number within the string or -1 if the string does not contain enough digits.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public static int GetDigitIndex(
	int iDigitNumber,
	string p
)

Parameters

iDigitNumber
Type: SystemInt32
Digit number.
p
Type: SystemString
Input string.

Return Value

Type: Int32
Index of the specified digit.
See Also