Skip to content

Commit 061b1b4

Browse files
authored
Update README.md
1 parent ae60f4c commit 061b1b4

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

  • examples/xtd.core.examples/concepts/is_stringable

examples/xtd.core.examples/concepts/is_stringable/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,18 @@ xtdc run
1818
## Output
1919

2020
```
21+
my_formatable_string
22+
my_stringable_string
23+
my_streamable_string
24+
my_object_string
25+
1/11/2026 6:33:25 PM
26+
0.2.0
27+
saturday
28+
42
29+
[1, 2, 3, 4, 5]
30+
[1, 4, 9, 16, 25]
31+
[1, 8, 27, 64, 125]
32+
xtd::argument_out_of_range_exception : Specified argument is out of range of valid values.
33+
at xtd::argument_out_of_range_exception::argument_out_of_range_exception(xtd::diagnostics::stack_frame const&) in argument_out_of_range_exception.hpp:line 30
34+
at main in is_stringable.cpp:line 62
2135
```

0 commit comments

Comments
 (0)