TransformationHelperEvalCDATA Method (Object, Boolean) |
Escapes CDATA value.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 12.0.0
Syntax public virtual Object EvalCDATA(
Object value,
bool encapsulate
)
Parameters
- value
- Type: SystemObject
Value to wrap - encapsulate
- Type: SystemBoolean
Indicates if resulting string will be encapsulated in CDATA section
Return Value
Type:
ObjectSee Also