I have float member, and when I serialize it to a file I'd like to have it in a specific format (for example
string.Format("{0:0.00}",someFloat)
Can I put the formatter in the xml attribute of this member? and if so what is the exact syntax of doin it?