MobileResource.GetString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.