C# Class SilverlightMappingToolBasic.XamlStringConverter

Inheritance: TypeConverter
Mostra file Open project: chris-tomich/Glyma

Public Methods

Method Description
ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object
XamlStringConverter ( Type type ) : System

Method Details

ConvertFrom() public method

public ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object
context ITypeDescriptorContext
culture System.Globalization.CultureInfo
value object
return object

XamlStringConverter() public method

public XamlStringConverter ( Type type ) : System
type System.Type
return System