Click or drag to resize
DataHelperGetObjectString Method (Object, Int32)
Gets the object as a string (for structured objects the object type and its size).

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string GetObjectString(
	Object value,
	int maxLength = 500
)

Parameters

value
Type: SystemObject
Value
maxLength (Optional)
Type: SystemInt32
Maximum length of the value

Return Value

Type: String
See Also