ESRI.ArcGIS.ADF
Decode Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > XmlHelper Class : Decode Method




input
Internal method used to ensure that HTML and XML tags are decoded for display in other systems

Syntax

Visual Basic (Declaration) 
Public Function Decode( _
   ByVal input As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As XmlHelper
Dim input As String
Dim value As String
 
value = instance.Decode(input)
C# 
public string Decode( 
   string input
)

Parameters

input

See Also

© 2010 All Rights Reserved.