IVCWizCtlUI::IsValidNumericValue Method (Object^)

 

Determines whether a variant is a valid numeric value.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

bool IsValidNumericValue(
	Object^ varValue
)

Parameters

varValue
Type: System::Object^

Required. The value to check.

Return Value

Type: System::Boolean

true if variant is a numeric value.

Return to top
Show: