Jon,
If the format is using ASCII digits (as opposed to Arabic digits etc)
then yes, I am sure it won't give any problems. The format given seems
to me to be culturally invariant, so using the invariant culture is the
right thing to do.
Do they now use in Britain other ciphers (digits), on the continent we use
(West) Arabic characters to represent a cipher (digit). I did not see that
yet on BBC, that shows its pages still with (West) Arabic digits.
This is the first statement on the page I have showed you.
----------------------------------------
The CultureInfo.InvariantCulture property is neither a neutral nor a
specific culture. It is a third type of culture that is culture-insensitive.
It is associated with the English language but not with a country or region.
You can use InvariantCulture in almost any method in the
System.Globalization namespace that requires a culture. However, you should
use the invariant culture only for processes that require
culture-independent results, such as system services. In other cases, it
produces results that might be linguistically incorrect or culturally
inappropriate.