Click or drag to resize
DataHelperGetObjectString Method (Object, Int32, 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,
	out int size
)

Parameters

value
Type: SystemObject
Value
maxLength
Type: SystemInt32
Maximum length of the value
size
Type: SystemInt32
Returns the size

Return Value

Type: String
See Also