ESRI.ArcGIS.ADF.Web.UI.WebControls
ParseStringIntoNameValueCollection Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CallbackUtility Class : ParseStringIntoNameValueCollection Method




responseString
String value, typically created on the client as part of the callback request.
Parses the input string into a NameValueCollection.

Syntax

Visual Basic (Declaration) 
Public Shared Function ParseStringIntoNameValueCollection( _
   ByVal responseString As String _
) As NameValueCollection
Visual Basic (Usage)Copy Code
Dim responseString As String
Dim value As NameValueCollection
 
value = CallbackUtility.ParseStringIntoNameValueCollection(responseString)
C# 
public static NameValueCollection ParseStringIntoNameValueCollection( 
   string responseString
)

Parameters

responseString
String value, typically created on the client as part of the callback request.

Return Value

NameValueCollection with the names and values from the callback request string.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.