StringToColorConverterΒΆ
-
class
StringToColorConverter: System.ComponentModel.TypeConverter -
public bool
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) Parameters: - context (System.ComponentModel.ITypeDescriptorContext) –
- destinationType (System.Type) –
-
public System.Object
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value, System.Type destinationType) Parameters: - context (System.ComponentModel.ITypeDescriptorContext) –
- culture (System.Globalization.CultureInfo) –
- value (System.Object) –
- destinationType (System.Type) –
-
public bool
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) Parameters: - context (System.ComponentModel.ITypeDescriptorContext) –
- sourceType (System.Type) –
-
public System.Object
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value) Parameters: - context (System.ComponentModel.ITypeDescriptorContext) –
- culture (System.Globalization.CultureInfo) –
- value (System.Object) –
-
public bool