CheckValueTypeConverter.CheckValue(ITypeDescriptorContext, CultureInfo, 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.
protected:
virtual System::Object ^ CheckValue(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ original);
protected virtual object CheckValue (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object original);
abstract member CheckValue : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj -> obj
override this.CheckValue : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj -> obj
Protected Overridable Function CheckValue (context As ITypeDescriptorContext, culture As CultureInfo, original As Object) As Object
Parameters
- context
- ITypeDescriptorContext
- culture
- CultureInfo
- original
- Object