Tests whether an object represents a number.
Namespace:
C1.C1Rdl.Rdl2008Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
protected static bool IsNumber( Object v ) |
Visual Basic |
---|
Protected Shared Function IsNumber ( _ v As Object _ ) As Boolean |
Parameters
- v
- Type: System..::..Object
The object to check.