TypeConverterAttribute.ConverterTypeName Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the fully qualified type name of the type to use as a converter for the object this attribute is bound to.
Assembly: System (in System.dll)
Property Value
Type: System.StringThe fully qualified type name of the type to use as a converter for the object this attribute is bound to, or an empty string ("") if none exists. The default is empty string ("").
Show: