ESRI.ArcGIS.ADF.Web
ParseStringIntoNameValueCollection Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web Namespace > Utility Class : ParseStringIntoNameValueCollection Method




responseString
String value, typically created on the client as part of the callback request.
undoCallbackEscapes
Indicates whether the parameters should be un-escaped for callback placeholder text
Parses the input string into a NameValueCollection.

Syntax

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

Parameters

responseString
String value, typically created on the client as part of the callback request.
undoCallbackEscapes
Indicates whether the parameters should be un-escaped for callback placeholder text

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.