IFormattingInfo CaseSensitive Property FormatC Syntax Highlighting Class Library
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.0.0.0 (2.0.0.0)
Syntax

bool CaseSensitive { get; }

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 OnlineIgnoreCase option set.

See Also