I\'m trying not to use the \',\' char as a thousand separator when displaying a string, but to use a space instead. I guess I need to define a custom culture, but I don\'t s
Easiest way...
num.ToString("### ### ### ### ##0.00")