Click or drag to resize
OGUtilitiesGetDigitAfterIndex Method
Gets the first digit after a particular index in a string.

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

Parameters

iPos
Type: SystemInt32
Start position.
p
Type: SystemString
Input string.

Return Value

Type: Int32
Digit position.
See Also