Returns a copy of the String object converted to uppercase using the casing rules of the invariant culture.
A String object in uppercase.
If your application depends on the case of a string changing in a predictable way that is unaffected by the current culture, use the ToUpperInvariant method.
The ToUpperInvariant method is equivalent to ToUpper(CultureInfo.InvariantCulture).