Returns a object from the resources with current culture info.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public virtual Object GetObject(
	string name
)

Parameters

name
Type: System..::.String
The name of the key.

Return Value

Returns a object from the resources.

Implements

IXResourceManager..::.GetObject(String)

See Also