FileItem.GetConverter Method

Returns a type converter for this instance of a component.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.0
public TypeConverter GetConverter()

Return Value

TypeConverter
A TypeConverter that is the converter for this object, or null if there is no TypeConverter for this object.

Implements

ICustomTypeDescriptor.GetConverter()

See Also