C# Class Cedar.Core.Configuration.AssemblyQualifiedTypeNameConfigurationConverter

程序集限制命名配置转化
Inheritance: System.Configuration.ConfigurationConverterBase
Show file Open project: Chinaccn/surfboard

Public Methods

Method Description
ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object

Converts the given object to the type of this converter, using the specified context and culture information.

ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object

Converts the given value object to the specified type, using the specified context and culture information.

Method Details

ConvertFrom() public method

Converts the given object to the type of this converter, using the specified context and culture information.
public ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object
context ITypeDescriptorContext An that provides a format context.
culture System.Globalization.CultureInfo The to use as the current culture.
value object The to convert.
return object

ConvertTo() public method

Converts the given value object to the specified type, using the specified context and culture information.
public ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object
context ITypeDescriptorContext An that provides a format context.
culture System.Globalization.CultureInfo /// A . If null is passed, the current culture is /// assumed. ///
value object The to convert.
destinationType System.Type The to convert the parameter to.
return object