ConvertTo Method
Converts a CssCollection object to a new type.
Syntax
Visual Basic Overrides Public Function
ConvertTo(
ByVal oContext As ITypeDescriptorContext,
ByVal oCulture As CultureInfo,
ByVal oValue As object,
ByVal oNewType As Type
) As objectC# public override object
ConvertTo(
ITypeDescriptorContext oContext,
CultureInfo oCulture,
object oValue,
Type oNewType
);Managed C++ public: object
ConvertTo(
ITypeDescriptorContext oContext,
CultureInfo oCulture,
object oValue,
Type oNewType
);JScript public override function
ConvertTo(
oContext : ITypeDescriptorContext,
oCulture : CultureInfo,
oValue : object,
oNewType : Type
);
Parameters
oContext Required. ITypeDescriptorContext. The context. oCulture Required. CultureInfo. The culture. oValue Required. object. The value of the CssCollection object. oNewType Required. Type. The data type to convert the collection to.
Return Value
object. The converted object.
Applies To
CssCollectionConverter
See Also