IsDigitOrSymbol(String,Int32) Method
In This Topic
Indicates whether the character at the specified position in the specified string is a Numeric or a Math symbol.
Syntax
'Declaration
Public Overloads Shared Function IsDigitOrSymbol( _
ByVal As String, _
ByVal As Integer _
) As Boolean
public static bool IsDigitOrSymbol(
string ,
int
)
Parameters
- s
- A string.
- index
- The character position in s.
Return Value
true if the character at position index in s is a Numeric or a Math symbol; otherwise, false.
See Also