UtilWebHtmlDecode Method
Converts a string that has been Html-encoded to a decoded string.
Namespace: DevCase.Core.Networking.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string HtmlDecode(
string str
)
Public Shared Function HtmlDecode (
str As String
) As String
Dim str As String
Dim returnValue As String
returnValue = UtilWeb.HtmlDecode(str)
public:
static String^ HtmlDecode(
String^ str
)
static member HtmlDecode :
str : string -> string
No code example is currently available or this language may not be supported.
- str String
-
The string to decode.
String
The resulting decoded string.
This is a code example.
No code example is currently available or this language may not be supported.
Dim decoded As String = HtmlDecode("I've Got A Rock 'n' Roll Heart")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.