Intersoft ClientUI Documentation
HtmlEncode Method



The text to encode.
Encode the string in HTML format. e.g. & to &
Syntax
Public Function HtmlEncode( _
   ByVal textValue As String _
) As String
Dim instance As BaseRenderer
Dim textValue As String
Dim value As String
 
value = instance.HtmlEncode(textValue)
public string HtmlEncode( 
   string textValue
)
public:
String^ HtmlEncode( 
   String^ textValue
) 

Parameters

textValue
The text to encode.

Return Value

The html encoded text.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseRenderer Class
BaseRenderer Members

Send Feedback