Currency Format
Posted: Wed Aug 22, 2007 9:04 am
I thought I had this figured out, but.....
I have some currency claim form fields that need to be displayed without the decimal. I had thought that setting the FormatString to 0'00' was doing this until I realized that it was not including cents. Example:
340.25 is showing as 34000 when is should be 34025
I'm sure I'm overlooking something really simple, but I'm not seeing it. I'm also not super familiar with C#'s String formatting. Any suggestions?
Thanks
I have some currency claim form fields that need to be displayed without the decimal. I had thought that setting the FormatString to 0'00' was doing this until I realized that it was not including cents. Example:
340.25 is showing as 34000 when is should be 34025
I'm sure I'm overlooking something really simple, but I'm not seeing it. I'm also not super familiar with C#'s String formatting. Any suggestions?
Thanks