IResourceProviderGetString Method
Gets the string resource value for the specified resource name or key.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
string GetString(
string name
)
Function GetString (
name As String
) As String
- name String
- String with the name or key of the resource to recover.
StringString 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.