ESRI.ArcGIS.ADF.Web.UI.WebControls
ToString Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CallbackResult Class : ToString Method




Converts the CallbackResult to a string that can be interpreted on the browser client.

Syntax

Visual Basic (Declaration) 
Public Overrides Function ToString() As String
Visual Basic (Usage)Copy Code
Dim instance As CallbackResult
Dim value As String
 
value = instance.ToString()
C# 
public override string ToString()

Remarks

Use this method if you initiate a client callback outside of an ESRI Web ADF control, and need to pass information back to the browser. See the overview for CallbackResult for discussion.

See Also

© 2010 All Rights Reserved.