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: 12.0.0
Syntax 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:
StringSee Also