IsDigitOrSymbol(Char) Method
In This Topic
Indicates whether the specified Unicode character is categorized as a Numeric or a Math symbol.
Syntax
'Declaration
Public Overloads Shared Function IsDigitOrSymbol( _
ByVal As Char _
) As Boolean
public static bool IsDigitOrSymbol(
char
)
Parameters
- c
- A Unicode character.
Return Value
true if c is a numeric or symbol character; otherwise, false.
See Also