Aspose::Pdf::Text::TextSegment::MyHtmlEncode method

TextSegment::MyHtmlEncode method

Encodes string as html.

static System::String Aspose::Pdf::Text::TextSegment::MyHtmlEncode(const System::String &value)
ParameterTypeDescription
valueconst System::String&String value to encode.

ReturnValue

Html encoded string.

See Also