Gets a value indicating whether the property type is formattable.
Namespace: SimolAssembly: 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 (); } |