IFormattingInfoCaseSensitive Property
Gets a value that indicates whether the language to be formatted is case sensitive.
Namespace: Ookii.FormatCAssembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
bool CaseSensitive { get; }
ReadOnly Property CaseSensitive As Boolean
Get
property bool CaseSensitive {
bool get ();
}
abstract CaseSensitive : bool with get
Property Value
Boolean if the programming language is case sensitive; otherwise,
.
When the value of this property is , the regular expressions provided
by the Patterns property will be processed with the IgnoreCase
option set.