AsyncResourceProviderGetString Method

Get 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
Stringwith the value of the located resource.

Implements

IResourceProviderGetString(String)

See Also