IVCWizCtlUI.IsValidNumericValue(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether a variant is a valid numeric value.
public:
bool IsValidNumericValue(System::Object ^ varValue);
public:
bool IsValidNumericValue(Platform::Object ^ varValue);
bool IsValidNumericValue(winrt::Windows::Foundation::IInspectable const & varValue);
[System.Runtime.InteropServices.DispId(1610743828)]
public bool IsValidNumericValue (object varValue);
[<System.Runtime.InteropServices.DispId(1610743828)>]
abstract member IsValidNumericValue : obj -> bool
Public Function IsValidNumericValue (varValue As Object) As Boolean
Parameters
- varValue
- Object
Required. The value to check.
Returns
true
if variant is a numeric value.
- Attributes