MobileResource.GetString(String) Method

Definition

Returns a string resource with a specified name. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 static System::String ^ GetString(System::String ^ name);
public static string GetString (string name);
static member GetString : string -> string
Public Shared Function GetString (name As String) As String

Parameters

name
String

The name of the resource to search for.

Returns

The value of a resource.

Remarks

GetString

Applies to