ConvertIsNumber Method | |
Check is value a number
Namespace:
SOWIData.Helper
Assembly:
SOWIData.Helper (in SOWIData.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static bool IsNumber(
this Object pValue
)
<ExtensionAttribute>
Public Shared Function IsNumber (
pValue As Object
) As Boolean
Parameters
- pValue
- Type: SystemObject
A value
Return Value
Type:
BooleanIs value a number then result value true.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also