MobileListItem.Implicit(String to MobileListItem) Operator
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.
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.