Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class allows the CssCollection to convert to and from string objects.
Syntax
Visual Basic Public Class CssCollectionConverter Inherits TypeConverter C# public class CssCollectionConverter : TypeConverter Managed C++ public: __gc class CssCollectionConverter : public TypeConverter JScript public class CssCollectionConverter extends TypeConverter
Inheritance Hierarchy
Members Table
The following table lists the members exposed by the CssCollectionConverter object.
Method Description CanConvertFrom Returns a value that indicates whether a CssCollection object can be converted from a specified data type. CanConvertTo Returns a value that indicates whether a CssCollection object can be converted to a specified data type. ConvertFrom Converts an object to a CssCollection object. ConvertTo Converts a CssCollection object to a new type.
Class Information
Namespace Microsoft.Web.UI.WebControls Assembly Microsoft.Web.UI.WebControls.dll
See Also