Click or drag to resize

IFormattingInfoCaseSensitive Property

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

Namespace:  Ookii.FormatC
Assembly:  Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.1.0
Syntax
bool CaseSensitive { get; }

Property Value

Type: 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