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