Intersoft ClientUI Documentation
HtmlEncode Method
See Also  Send Feedback
Intersoft.ReportingServices.Rendering Namespace > BaseRenderer Class : HtmlEncode Method






textValue
The text to encode.
Encode the string in HTML format. e.g. & to &

Syntax

Visual Basic (Declaration) 
Public Function HtmlEncode( _
   ByVal textValue As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As BaseRenderer
Dim textValue As String
Dim value As String
 
value = instance.HtmlEncode(textValue)
C# 
public string HtmlEncode( 
   string textValue
)
Delphi 
public function HtmlEncode( 
    textValue: String
): String; 
JScript 
public function HtmlEncode( 
   textValue : String
) : String;
Managed Extensions for C++ 
public: string* HtmlEncode( 
   string* textValue
) 
C++/CLI 
public:
String^ HtmlEncode( 
   String^ textValue
) 

Parameters

textValue
The text to encode.

Return Value

The html encoded text.

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

© 2012 All Rights Reserved.