[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() ![]() | ConvertHtml(String) |
Converts the input string into html. This method changes the
line break and other formatting tag to its equivalent html
format. It can be used to preserve formatting of the textarea
control when dispayed on the screen as label. This method always
converts the line break to the break tag in html. In addition
it converts the < tags to the correct html equivalent.
|
![]() ![]() | ConvertHtml(String, Boolean) |
Converts the input string into html. This method changes the
line break and other formatting tag to its equivalent html
format. It can be used to preserve formatting of the textarea
control when dispayed on the screen as label. This method always
converts the line break to the break tag in html.
|
![]() ![]() | ConvertHtml(String, Boolean, Boolean, Boolean) |
Converts the input string into html. This method changes the
line break and other formatting tag to its equivalent html
format. It can be used to preserve formatting of the textarea
control when dispayed on the screen as label.
|