Click or drag to resize

RegexReplaceLayoutRendererWrapperIgnoreCase Property

Gets or sets a value indicating whether to ignore case.

Namespace:  NLog.LayoutRenderers.Wrappers
Assembly:  NLog.RegEx (in NLog.RegEx.dll) Version: 6.0.3+e276e1969a52b8ecc5cc84c1670a516efea0cb19
Syntax
public bool IgnoreCase { get; set; }

Property Value

Type: Boolean
A value of if case should be ignored when searching; otherwise, .
See Also