Intersoft ClientUI Documentation
GetString Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ObservableResource<T> Class : GetString Method






key
The resource key of which string to retrieve.
Gets the localized string directly from the resource manager.

Syntax

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

Parameters

key
The resource key of which string to retrieve.

Return Value

The localized 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.