CultureInfoToString Method |
Returns a string containing the name of the current
CultureInfo in the format "languagecode2-country/regioncode2".
Namespace: System.GlobalizationAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public override string ToString()
Return Value
Type:
StringA string containing the name of the current
CultureInfo.
See Also