Related questions
Formatting a float to 2 decimal places
I am currently building a sales module for a clients website. So far I have got the sale price to calculate perfectly but where I have come stuck is formatting the output to 2 decimal places.
I am currently calling this …
What does the @ symbol before a variable name mean in C#?
Possible Duplicate:
What's the use/meaning of the @ character in variable names in C#?
I understand that the @ symbol can be used before a string literal to change how the compiler parses the string. But what does it mean when …