Determines whether a variant is a valid numeric value.
Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
声明
Function IsValidNumericValue ( _
    varValue As Object _
) As Boolean
bool IsValidNumericValue(
    Object varValue
)
bool IsValidNumericValue(
    [InAttribute] Object^ varValue
)
abstract IsValidNumericValue : 
        varValue:Object -> bool 
function IsValidNumericValue(
    varValue : Object
) : boolean
Parameters
- varValue
 Type: System.Object
 Required. The value to check.
Return Value
Type: System.Boolean
true if variant is a numeric value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.