Returns a object from the resources.

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

Syntax

C#
public virtual Object GetObject(
	string name,
	CultureInfo culture
)

Parameters

name
Type: System..::.String
The name of the key.
culture
Type: System.Globalization..::.CultureInfo
The culture info of the localized string in the resources.

Return Value

Returns a object from the resources.

Implements

IXResourceManager..::.GetObject(String, CultureInfo)

Exceptions

ExceptionCondition
System..::.ArgumentNullException name is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also