ResXResourceSetContainsResource Method

Gets whether the current ResXResourceSet contains a resource with the given name.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public bool ContainsResource(
	string name,
	bool ignoreCase = false
)

Parameters

name  String
The name of the resource to check.
ignoreCase  Boolean  (Optional)
Indicates whether the case of the specified name should be ignored. This parameter is optional.
Default value:

Return Value

Boolean
, if the current ResXResourceSet contains a resource with name name; otherwise, .

Implements

IExpandoResourceSetContainsResource(String, Boolean)

See Also