ResourceProviderGetString 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#
public string GetString(
	string name
)

Parameters

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

Return Value

String
String with the value of the located resource, or null if name is not valid.

Implements

IResourceProviderGetString(String)

See Also