Converts the Key Value List into a simple JSON string.

WARNING: Only Boolean, Date, Decimal (including Currency), Double, Integer, ISDateRange, ISNumberRange and String items are included.

Syntax

ISKeyValueList.ToSimpleJsonString([properCasePropertyName], [indentFormat], [lowerCaseFirstLetterOfPropertyName])

Parameters

NameTypeOptionalByRefDescription
properCasePropertyName Boolean Optional Ensures the first letter of each Property Name is upper case. If omitted, a value of False is assumed.
indentFormat Boolean Optional Determines whether to indent JSON formatting. If omitted, a value of True is assumed.
lowerCaseFirstLetterOfPropertyName Boolean Optional Indicates whether to ensure the first letter of each Key is lower case. If omitted, a value of False is assumed.

Return Value

String
Member of:
ISKeyValueList
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0