Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a string resource from a ResourceManager object.
Syntax
Visual Basic Protected Shared Function
GetStringResource( ByVal sName As string ) As stringC# 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