Closed irkush closed 11 years ago
Most data that is being parsed into Xml-messages have no culture specified and can thus depending on the running environment be formatted differently.
Should specify:
var xmlValue = myInt.ToString(CultureInfo.InvariantCulture);
for all these cases to avoid future problems.
Solved in b09f10fbf80d8b0f4db01071e08ea83c72e3c4e0
Most data that is being parsed into Xml-messages have no culture specified and can thus depending on the running environment be formatted differently.
Should specify:
for all these cases to avoid future problems.