Table of Contents

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 ITypeDescriptorContext
culture CultureInfo
value object

Returns

object

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 ITypeDescriptorContext
culture CultureInfo
value object
destinationType Type

Returns

object