What's this syntax called? SomeMoneyFormat f = "€ 5,00";

Posted by Jan Jongboom on Stack Overflow See other posts from Stack Overflow or by Jan Jongboom
Published on 2010-05-17T15:48:24Z Indexed on 2010/05/17 15:50 UTC
Read the original article Hit count: 96

Filed under:

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.

© Stack Overflow or respective owner

Related posts about c#