[This is preliminary documentation and is subject to change.]
Returns the value of the specified String resource.
Namespace:
OfficeClip.UtilsAssembly: 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.