| DataHelperGetObjectString Method (Object, Int32) | 
            Gets the object as a string (for structured objects the object type and its size).
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also