@@ -139,12 +139,12 @@ If the method fails, iteratively increase the size of the buffer and retry until
139
139
140
140
Formats supported:
141
141
142
- |Format string| Example result string|
143
- |--| --|
144
- |G/g (default)| |
145
- |D/d| 122|
146
- |N/n| 122|
147
- |X/x|7a |
142
+ | Format string | Example result string |
143
+ |---------------|--------------------- --|
144
+ | G/g (default) | |
145
+ | D/d | 122 |
146
+ | N/n | 122 |
147
+ | X/x | 7a |
148
148
149
149
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
150
150
@@ -197,12 +197,12 @@ If the method fails, iteratively increase the size of the buffer and retry until
197
197
198
198
Formats supported:
199
199
200
- |Format string| Example result string| Comments|
201
- |--|--| --|
202
- |G (default)| 05/25/2017 10:30:15| |
203
- |R| Tue, 03 Jan 2017 08:08:05 GMT| (RFC 1123)|
204
- |l| tue, 03 jan 2017 08:08:05 gmt| (Lowercase RFC 1123)|
205
- |O| 2017-06-12T05:30:45.7680000-07:00| (Round-trippable)|
200
+ | Format string | Example result string | Comments |
201
+ |--------------- |-----------------------------------|-------------------- --|
202
+ | G (default) | 05/25/2017 10:30:15 | |
203
+ | R | Tue, 03 Jan 2017 08:08:05 GMT | (RFC 1123) |
204
+ | l | tue, 03 jan 2017 08:08:05 gmt | (Lowercase RFC 1123) |
205
+ | O | 2017-06-12T05:30:45.7680000-07:00 | (Round-trippable) |
206
206
207
207
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
208
208
@@ -298,11 +298,11 @@ If the method fails, iteratively increase the size of the buffer and retry until
298
298
299
299
Formats supported:
300
300
301
- |Format string| Example result string| Comments|
302
- |--|--| --|
303
- |G/g (default)| |
304
- |F/f| 12.45| Fixed point|
305
- |E/e| 1.245000e1| Exponential|
301
+ | Format string | Example result string | Comments |
302
+ |---------------- |-----------------------|----------- --|
303
+ | G/g (default) | |
304
+ | F/f | 12.45 | Fixed point |
305
+ | E/e | 1.245000e1 | Exponential |
306
306
307
307
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
308
308
@@ -355,11 +355,11 @@ If the method fails, iteratively increase the size of the buffer and retry until
355
355
356
356
Formats supported:
357
357
358
- |Format string| Example result string| Comments|
359
- |--|--| --|
360
- |G/g (default)| |
361
- |F/f| 12.45| Fixed point|
362
- |E/e| 1.245000e1| Exponential|
358
+ | Format string | Example result string | Comments |
359
+ |---------------- |-----------------------|----------- --|
360
+ | G/g (default) | |
361
+ | F/f | 12.45 | Fixed point |
362
+ | E/e | 1.245000e1 | Exponential |
363
363
364
364
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
365
365
@@ -470,12 +470,12 @@ If the method fails, iteratively increase the size of the buffer and retry until
470
470
471
471
Formats supported:
472
472
473
- |Format string| Example result string|
474
- |--| --|
475
- |G/g (default)| |
476
- |D/d| 32767|
477
- |N/n| 32,767|
478
- |X/x| 7fff|
473
+ | Format string | Example result string |
474
+ |---------------|--------------------- --|
475
+ | G/g (default) | |
476
+ | D/d | 32767 |
477
+ | N/n | 32,767 |
478
+ | X/x | 7fff |
479
479
480
480
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
481
481
@@ -528,12 +528,12 @@ If the method fails, iteratively increase the size of the buffer and retry until
528
528
529
529
Formats supported:
530
530
531
- |Format string| Example result string|
532
- |--| --|
533
- |G/g (default)| |
534
- |D/d| 32767|
535
- |N/n| 32,767|
536
- |X/x| 7fff|
531
+ | Format string | Example result string |
532
+ |---------------|--------------------- --|
533
+ | G/g (default) | |
534
+ | D/d | 32767 |
535
+ | N/n | 32,767 |
536
+ | X/x | 7fff |
537
537
538
538
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
539
539
@@ -586,12 +586,12 @@ If the method fails, iteratively increase the size of the buffer and retry until
586
586
587
587
Formats supported:
588
588
589
- |Format string| Example result string|
590
- |--| --|
591
- |G/g (default)| |
592
- |D/d| 32767|
593
- |N/n| 32,767|
594
- |X/x| 7fff|
589
+ | Format string | Example result string |
590
+ |---------------|--------------------- --|
591
+ | G/g (default) | |
592
+ | D/d | 32767 |
593
+ | N/n | 32,767 |
594
+ | X/x | 7fff |
595
595
596
596
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
597
597
@@ -650,12 +650,12 @@ If the method fails, iteratively increase the size of the buffer and retry until
650
650
651
651
Formats supported:
652
652
653
- |Format string| Example result string|
654
- |--| --|
655
- |G/g (default)| |
656
- |D/d| 122|
657
- |N/n| 122|
658
- |X/x|7a |
653
+ | Format string | Example result string |
654
+ |---------------|--------------------- --|
655
+ | G/g (default) | |
656
+ | D/d | 122 |
657
+ | N/n | 122 |
658
+ | X/x | 7a |
659
659
660
660
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
661
661
@@ -708,11 +708,11 @@ If the method fails, iteratively increase the size of the buffer and retry until
708
708
709
709
Formats supported:
710
710
711
- |Format string| Example result string| Comments|
712
- |--|--| --|
713
- |G/g (default)| |
714
- |F/f| 12.45| Fixed point|
715
- |E/e| 1.245000e1| Exponential|
711
+ | Format string | Example result string | Comments |
712
+ |---------------- |-----------------------|----------- --|
713
+ | G/g (default) | |
714
+ | F/f | 12.45 | Fixed point |
715
+ | E/e | 1.245000e1 | Exponential |
716
716
717
717
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
718
718
@@ -828,12 +828,12 @@ If the method fails, iteratively increase the size of the buffer and retry until
828
828
829
829
Formats supported:
830
830
831
- |Format string| Example result string|
832
- |--| --|
833
- |G/g (default)| |
834
- |D/d| 32767|
835
- |N/n| 32,767|
836
- |X/x| 7fff|
831
+ | Format string | Example result string |
832
+ |---------------|--------------------- --|
833
+ | G/g (default) | |
834
+ | D/d | 32767 |
835
+ | N/n | 32,767 |
836
+ | X/x | 7fff |
837
837
838
838
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
839
839
@@ -892,12 +892,12 @@ If the method fails, iteratively increase the size of the buffer and retry until
892
892
893
893
Formats supported:
894
894
895
- |Format string| Example result string|
896
- |--| --|
897
- |G/g (default)| |
898
- |D/d| 32767|
899
- |N/n| 32,767|
900
- |X/x| 7fff|
895
+ | Format string | Example result string |
896
+ |---------------|--------------------- --|
897
+ | G/g (default) | |
898
+ | D/d | 32767 |
899
+ | N/n | 32,767 |
900
+ | X/x | 7fff |
901
901
902
902
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
903
903
@@ -956,12 +956,12 @@ If the method fails, iteratively increase the size of the buffer and retry until
956
956
957
957
Formats supported:
958
958
959
- |Format string| Example result string|
960
- |--| --|
961
- |G/g (default)| |
962
- |D/d| 32767|
963
- |N/n| 32,767|
964
- |X/x| 7fff|
959
+ | Format string | Example result string |
960
+ |---------------|--------------------- --|
961
+ | G/g (default) | |
962
+ | D/d | 32767 |
963
+ | N/n | 32,767 |
964
+ | X/x | 7fff |
965
965
966
966
If the method fails, iteratively increase the size of the buffer and retry until it succeeds.
967
967
0 commit comments