| HtmlUtilsHtmlDecode(String, Int32, Int32) Method |
Decode HTML character data.
Namespace: MimeKit.TextAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static string HtmlDecode(
string data,
int startIndex,
int count
)
Parameters
- data String
- The character data to decode.
- startIndex Int32
- The starting index of the character data.
- count Int32
- The number of characters in the data.
Return Value
StringThe decoded character data.
Exceptions Remarks
Decodes HTML character data.
See Also