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
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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