Click or drag to resize
TransformationHelperEvalCDATA Method (Object, Boolean)
Escapes CDATA value.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
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: Object
See Also