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.0.0.0 (2.0.0.0)
Syntax
Field Value
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