Intersoft ClientUI Documentation
GetString Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > IObservableResource Interface : GetString Method






key
The key to retrieve.
Gets the string of the specified resource key.

Syntax

Visual Basic (Declaration) 
Function GetString( _
   ByVal key As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As IObservableResource
Dim key As String
Dim value As String
 
value = instance.GetString(key)
C# 
string GetString( 
   string key
)
Delphi 
function GetString( 
    key: String
): String; 
JScript 
function GetString( 
   key : String
) : String;
Managed Extensions for C++ 
string* GetString( 
   string* key
) 
C++/CLI 
String^ GetString( 
   String^ key
) 

Parameters

key
The key to retrieve.

Return Value

The resource string.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.