NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpServerUtility.HtmlDecode (String)

HTML decodes a given string and returns the decoded string.

[Visual Basic]
Overloads Public Function HtmlDecode( _
   ByVal s As String _
) As String
[C#]
public string HtmlDecode(
   string s
);
[C++]
public: String* HtmlDecode(
   String* s
);
[JScript]
public function HtmlDecode(
   s : String
) : String;

Parameters

s
String to decode.

Return Value

The HTML decoded text.

See Also

HttpServerUtility Class | HttpServerUtility Members | System.Web Namespace | HttpServerUtility.HtmlDecode Overload List