Sdílet prostřednictvím


IVCWizCtlUI.IsValidNumericValue(Object) Method

Definition

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

Applies to