Returns a string 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 string GetString(
	string name
)

Parameters

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

Return Value

Returns a string from the resources.

Implements

IXResourceManager..::.GetString(String)

See Also