Class SvgFontWeightConverter
- Namespace
- Svg
- Assembly
- Svg.dll
public sealed class SvgFontWeightConverter : EnumBaseConverter<SvgFontWeight>
- Inheritance
-
SvgFontWeightConverter
- Inherited Members
Methods
ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
Attempts to convert the provided value to SvgFontWeight.
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
context
ITypeDescriptorContextculture
CultureInfovalue
object
Returns
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)
Attempts to convert the value to the destination type.
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
context
ITypeDescriptorContextculture
CultureInfovalue
objectdestinationType
Type