Format using fr-FR culture uses comma decimal separator and french month names |
---|
I sat at Chair { ABigNum: 123456,1122351, Back: "straight", Legs: [1, 2, 3, 4] } on 27-mai-2016 |
Format using zh-CN culture uses dot decimal separator and chinese month names |
---|
I sat at Chair { ABigNum: 123456.1122351, Back: "straight", Legs: [1, 2, 3, 4] } on 27-5月-2016 |
Format en-AU, only providing the first argument, leaving 'SitTime' empty |
---|
I sat at Chair { ABigNum: 123456.1122351, Back: "straight", Legs: [1, 2, 3, 4] } on {SitDate,10:dd-MMM-yyyy} |
Capturing will stop destructuring at 10 levels deep by default | ||||||||
---|---|---|---|---|---|---|---|---|
|
Capturing can be configuring to any maximum depth | ||||||||
---|---|---|---|---|---|---|---|---|
|
Capture a chair without destructuring will use 'ToString' | ||||||||
---|---|---|---|---|---|---|---|---|
|
Capture but provide no values | |
---|---|
|