Printable.to_format sometimes doesn't work properly #1742
Unanswered
LukyGuyLucky
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It was not a single time I encountered that a type implements Printable interface with to_format & to_string method sometimes doesn't produce the same proper result as expected.For below sample,to_string works as expected while to_format doesn't.But I have found several examples in the c3c-master package really works that an UDT implements Printable.to_format.I have no clue what I was missing or doing wrong.
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions