Returns a string from the resource.

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

Syntax

C#
public virtual string GetString(
	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 string from the resource.

Implements

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

Exceptions

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

See Also