You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/xtd.core.examples/concepts/is_stringable/README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,18 @@ xtdc run
18
18
## Output
19
19
20
20
```
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
0 commit comments