[This is preliminary documentation and is subject to change.]

Returns the value of the specified String resource.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public string GetString(
	string txt
)
Visual Basic (Declaration)
Public Function GetString ( _
	txt As String _
) As String
Visual C++
public:
String^ GetString(
	String^ txt
)

Parameters

txt
Type: System..::.String
The name of the resource to get.

Return Value

The value of the resource localized for the caller's current culture settings. If a match is not possible, a null reference is returned.

See Also