EncodeForSQL
Last updated
Was this helpful?
Encodes the input string for safe output in the body of a HTML tag.
EncodeForSQL(string=[string], dialect=[string], canonicalize=[boolean])string
string
true
The string to encode.
dialect
string
true
canonicalize
boolean
false
Whether to canonicalize the string before encoding.
false
Last updated
Was this helpful?
Was this helpful?
