What's this syntax called? SomeMoneyFormat f = "€ 5,00";
- by Jan Jongboom
I have seen some form of this some time ago, but I cannot recall what it was called, and therefore have no clue on how to implement something like this:
SomeMoneyFormat f = "€ 5,00";
Which calls some overload function that can parse the string into a SomeMoneyFormat object.