ScriptHelperGetString Method (String, Boolean, Boolean) |
Encodes text to be used in JavaScript string and optionally encapsulates it with "'".
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static string GetString(
string text,
bool encapsulate,
bool encodeNewLine
)
Parameters
- text
- Type: SystemString
Text to be encoded - encapsulate
- Type: SystemBoolean
If true, text is encapsulated it with "'" - encodeNewLine
- Type: SystemBoolean
If true, new line characters will be encoded
Return Value
Type:
StringSee Also