The stringtoHTML attribute function returns a string that represents the converted content in HTML.
|
Syntax | ||||
|
StringToHTML(Delimiter, [LanguageID]) | ||||
|
Return value | ||||
|
Type |
Description | |||
|
String |
HTML representation of the string | |||
|
Parameter | ||||
|
Use |
Name |
Type |
Passing |
Description |
|
Optional |
LanguageID |
String |
ByVal |
Language-ID of the value |
|
Optional |
LineFeed |
HTMLLineFeed |
ByVal |
Type of formatting of line breaks (default = HTMLLineFeed.UseBR) |
|
Note | ||||
|
If LanguageID is not specified, the dialog language applies. | ||||
|
HTMLLineFeed |
Description |
|
0 – UseBR |
The BR tag is used |
|
1 – UsePTag |
The P tag is used |