Show / Hide Table of Contents

Class LayerTypeConverter

Inheritance
Object
TypeConverter
LayerTypeConverter
Inherited Members
TypeConverter.CanConvertFrom(Type)
TypeConverter.ConvertFrom(CultureInfo, Object)
Namespace: Mux.Markup
Assembly: Mux.Markup.dll
Syntax
public class LayerTypeConverter : TypeConverter

Methods

| Improve this Doc View Source

ConvertFrom(CultureInfo, Object)

Declaration
public override object ConvertFrom(CultureInfo culture, object source)
Parameters
Type Name Description
CultureInfo culture
Object source
Returns
Type Description
Object
| Improve this Doc View Source

ConvertFrom(Object)

Declaration
public override object ConvertFrom(object source)
Parameters
Type Name Description
Object source
Returns
Type Description
Object
Overrides
TypeConverter.ConvertFrom(Object)
| Improve this Doc View Source

ConvertFromInvariantString(String)

Declaration
public override object ConvertFromInvariantString(string source)
Parameters
Type Name Description
String source
Returns
Type Description
Object
Overrides
TypeConverter.ConvertFromInvariantString(String)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX