Edit

Share via


MobileListItem.Implicit(String to MobileListItem) Operator

Definition

Provides implicit conversion from a String to a MobileListItem. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 static operator System::Web::UI::MobileControls::MobileListItem ^(System::String ^ s);
public static implicit operator System.Web.UI.MobileControls.MobileListItem(string s);
static member op_Implicit : string -> System.Web.UI.MobileControls.MobileListItem
Public Shared Widening Operator CType (s As String) As MobileListItem

Parameters

s
String

The string to convert.

Returns

A MobileListItem with Text set to the specified String.

Remarks

The MobileListItem object created by implicit conversion uses the string input as the value of its Text property.

Applies to

See also