Write a Decimal Property.
Syntax
ISJsonBuilder.WritePropertyDecimal(propertyName, value, [writeIfZero])
Parameters
| Name | Type | Optional | ByRef | Description |
| propertyName |
String |
|
|
The Property Name. |
| value |
Decimal |
|
|
The Value. |
| writeIfZero |
Boolean |
Optional |
|
If False, the Property will not be written if value is a 0.
If omitted, a value of True is assumed. |
- Member of:
- ISJsonBuilder
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0