ResourceSetGetString Method (String, Boolean) |
Searches for a
String resource with the specified name in a case-insensitive manner, if requested.
Namespace: System.ResourcesAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual string GetString(
string name,
bool ignoreCase
)
Parameters
- name
- Type: SystemString
Name of the resource to search for. - ignoreCase
- Type: SystemBoolean
Indicates whether the case of the case of the specified name should be ignored.
Return Value
Type:
StringThe value of a resource, if the value is a
String.
Exceptions See Also