This type converter is used to convert a FilePath object to and from a string so that it can be edited in a PropertyGrid.

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0

Syntax

C#
public class FilePathTypeConverter : ExpandableObjectConverter
Visual Basic
Public Class FilePathTypeConverter _
	Inherits ExpandableObjectConverter

Inheritance Hierarchy

System..::..Object
  System.ComponentModel..::..TypeConverter
    System.ComponentModel..::..ExpandableObjectConverter
      SandcastleBuilder.Utils.Design..::..FilePathTypeConverter

See Also