 | AbstractStyleAddPropertyAsJson Method |
Append a JSON property for debug purpose (used in the ToString methods) to the passed string builder
Namespace: NanoXLSX.StylesAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.5+4f4b44a718a20dda8ca2c0c4d00bd7eee7c80f5d
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