MobileResource.GetString Method (String)

 

Returns a string resource with a specified name. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.Design.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

public static string GetString(
	string name
)

Parameters

name
Type: System.String

The name of the resource to search for.

Return Value

Type: System.String

The value of a resource.

.NET Framework
Available since 1.1
Return to top
Show: