TypeConverter Class
Represents the converter that converts the Type of Object values. The Convert method returns an Object based on the specified TypeConverterMethod and BooleanConverterMethod parameters.
Namespace:
BytecodeApi.UI.ConvertersAssembly: BytecodeApi.UI (in BytecodeApi.UI.dll)
Syntax
public sealed class TypeConverter : ConverterBase<Object, Type, Object>
Public NotInheritable Class TypeConverter _ Inherits ConverterBase(Of Object, Type, Object)
public ref class TypeConverter sealed : public ConverterBase<Object^, Type^, Object^>
Inheritance Hierarchy
MarkupExtension
BytecodeApi.UI..::..ConverterBase<(Of <(<'Object, Type, Object>)>)>
BytecodeApi.UI.Converters..::..TypeConverter