IFormattingInfoCaseSensitive Property

Gets a value that indicates whether the language to be formatted is case sensitive.

Definition

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
C#
bool CaseSensitive { get; }

Property Value

Boolean
if the programming language is case sensitive; otherwise, .

Remarks

When the value of this property is , the regular expressions provided by the Patterns property will be processed with the IgnoreCase option set.

See Also