System.Resources.ResourceSet.GetObject Method

Searches for a resource object with the specified name.

Syntax

public virtual object GetObject (string name)

Parameters

name
Case-sensitive name of the resource to search for.

Returns

The requested resource.

Remarks

The name of the resource object is case sensitive. For a case-insensitive search, use ResourceSet.GetObject(string, bool).

Requirements

Namespace: System.Resources
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0