An NDoc Documented Class Library

TerminalScreen.IsNumeric Method 

Determines if the character at the specified offset is numeric.

public bool IsNumeric(
   int offset
);

Parameters

offset
0-based offset of character for which data is to be obtained.

Return Value

Flag indicating that this is a character within a numeric field.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException Thrown when an index argument value is out of range.

See Also

TerminalScreen Class | WRQ.Verastream.HostIntegrator Namespace