GetStringResource Method

Retrieves a string resource from a ResourceManager object.

Syntax

Visual Basic  Protected Shared  Function 
GetStringResource( ByVal sName As string ) As string
C# protected  static string 
GetStringResource(string sName );
Managed C++ protected:  static string 
GetStringResource(string sName );
JScript protected  static function
GetStringResource(sName : string );

Parameters

sName Required. string. The name of the string resource.

Return Value

string from the ResourceManager object.

Applies To

BaseRichControl

See Also

Internet Explorer WebControls