HybridResourceManagerIgnoreCase Property

Gets or sets a value that indicates whether the resource manager allows case-insensitive resource lookups in the GetString/GetMetaString and GetObject/GetMetaObject methods.
Default value: .

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public override bool IgnoreCase { get; set; }

Property Value

Boolean

Implements

IExpandoResourceManagerIgnoreCase

See Also