 | AbstractStyleAddPropertyAsJson Method |
Append a JSON property for debug purpose (used in the ToString methods) to the passed string builder
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+6ab75fa9edd66571b0de8e574b48108101297ca1
Syntaxinternal static void AddPropertyAsJson(
StringBuilder sb,
string name,
Object value,
bool terminate = false
)
Parameters
- sb StringBuilder
- String builder.
- name String
- Property name.
- value Object
- Property value.
- terminate Boolean (Optional)
- If true, no comma and newline will be appended.
See Also