Tests whether an object represents a number.
'Declaration
Protected Shared Function IsNumber( _
ByVal As Object _
) As Boolean
protected static bool IsNumber(
object
)
Parameters
- v
- The object to check.
Return Value
true if represents a number, false otherwise.