Returns a string from the resources with the current culture info.

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

Syntax

C#
[ComVisibleAttribute(false)]
string GetString(
	string name
)

Parameters

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

Return Value

Returns a string from the resources.

See Also