[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.PaperKindResourceEnumConverter.ConvertFrom

ConvertFrom Method

ConvertFrom(ITypeDescriptorContext, CultureInfo, object)

Converts the specified value object to an enumeration object.

Declaration
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
Type Name Description
ITypeDescriptorContext context

An ITypeDescriptorContext that provides a format context.

CultureInfo culture

An CultureInfo parameter for coversion.

object value

The object to convert.

Returns
Type Description
object

A object that represents the converted value.

Overrides