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




input
Internal method used to ensure that HTML and XML tags are encoded within their values

Syntax

Visual Basic (Declaration) 
Public Function Encode( _
   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.Encode(input)
C# 
public string Encode( 
   string input
)

Parameters

input

See Also

© 2010 All Rights Reserved.