IResourceProviderGetString Method

Gets the string resource value for the specified resource name or key.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
string GetString(
	string name
)

Parameters

name  String
String with the name or key of the resource to recover.

Return Value

String
String with the The value of the located resource, the same name parameter value if the resource does not exist, or Empty to indicate that it is a literal value.

See Also