Base:
method
ToString
System.Object.ToString()
11 references to ToString
System (2)
regex\system\text\regularexpressions\Regex.cs (2)
264cultureKey = CultureInfo.InvariantCulture.ToString(); // "English (United States)" 266cultureKey = CultureInfo.CurrentCulture.ToString();
System.Data (5)
fx\src\data\System\Data\CodeGen\datacache.cs (2)
679tableInitClass.Statements.Add(Assign(Property(This(), "Locale"), New(typeof(System.Globalization.CultureInfo),new CodeExpression[] {Str(table.Locale.ToString())}))); 1137initClassMethod.Statements.Add(Assign(Property(This(), "Locale"), New(typeof(System.Globalization.CultureInfo),new CodeExpression[] {Str(dataSet.Locale.ToString())})));
fx\src\data\System\Data\xmlsaver.cs (3)
878dsElement.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, dataSet.Locale.ToString()); 894dsElement.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, dt.Locale.ToString()); 1521root.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, table.Locale.ToString());
System.Web (1)
Handlers\AssemblyResourceLoader.cs (1)
436builder.Append(assemblyName.CultureInfo.ToString());
System.Web.Extensions (2)
UI\CompositeScriptReference.cs (1)
63cultureName = currentCulture.ToString();
UI\ScriptReference.cs (1)
203string cultureName = currentCulture.ToString();
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
1282cultureInfoStrings[i] = cultureInfos[i].ToString().ToLowerInvariant();