Gets a value indicating whether the property type is formattable.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public bool IsFormattable { get; }
Visual Basic
Public ReadOnly Property IsFormattable As Boolean
	Get
Visual C++
public:
property bool IsFormattable {
	bool get ();
}

Field Value

true if the type returned by FormatType implements IFormattable; otherwise, false.

See Also