Gets a value indicating whether fallback formatting was used by the last call to
FormatCode(String).
Namespace: Ookii.FormatCAssembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.0.0.0 (2.0.0.0)
public bool UsedFallbackFormatting { get; private set; }
public bool UsedFallbackFormatting { get; private set; }
Public Property UsedFallbackFormatting As Boolean
Get
Private Set
Public Property UsedFallbackFormatting As Boolean
Get
Private Set
public:
property bool UsedFallbackFormatting {
bool get ();
private: void set (bool value);
}
public:
property bool UsedFallbackFormatting {
bool get ();
private: void set (bool value);
}
Field Value
if, on the last call to
FormatCode(String), the
FormattingInfo
supported
ICustomFormattingInfo and custom formatting failed; otherwise,
.