ESRI.ArcGIS.ADF.Web.UI.WebControls
FromString Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DropDownBoxItemCollection Class : FromString Method




serialized
The serialized version of the collection object.
Populates the item collection from the passed-in string.

Syntax

Visual Basic (Declaration) 
Public Sub FromString( _
   ByVal serialized As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As DropDownBoxItemCollection
Dim serialized As String
 
instance.FromString(serialized)
C# 
public void FromString( 
   string serialized
)

Parameters

serialized
The serialized version of the collection object.

Remarks

This method is used to recreate the collection from a string previously derived from calling ToString on a collection.

See Also

© 2010 All Rights Reserved.