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.
Returns the value of the specified String resource.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Shared Function GetString ( _
resourceId As String _
) As String
'Usage
Dim resourceId As String
Dim returnValue As String
returnValue = Resources.GetString(resourceId)
public static string GetString(
string resourceId
)
Parameters
resourceId
Type: System.StringThe String object that represents the name of the resource to retrieve.
Return Value
Type: System.String
String .
Remarks
The value of the resource is localized according to the caller’s current culture settings. If a match is not possible, a null reference is returned.