Base:
method
ToString
System.Object.ToString()
9 references to ToString
Microsoft.AspNetCore.Localization.Tests (2)
QueryStringRequestCultureProviderTest.cs (2)
336Assert.Equal("fr", requestCulture.Culture.ToString()); 337Assert.Equal("fr", requestCulture.UICulture.ToString());
Microsoft.Extensions.Localization.Tests (1)
ResourceManagerStringLocalizerTest.cs (1)
203string cultureName = CultureInfo.CurrentCulture.ToString();
System.Data.Common (3)
System\Data\xmlsaver.cs (3)
1036_dsElement.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, dataSet.Locale.ToString()); 1058_dsElement.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, dt.Locale.ToString()); 1789root.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, table.Locale.ToString());
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Regex.Cache.cs (2)
120Key key = new Key(pattern, culture.ToString(), RegexOptions.None, Regex.s_defaultMatchTimeout); 139Key key = new Key(pattern, culture.ToString(), options, matchTimeout);
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.SerializationResourceManager.cs (1)
263: (Exception)new SerializationException(string.Format(SR.SerializerResourceException, culture.ToString(), message), e);