Base:
method
ToString
System.Object.ToString()
109 references to ToString
PresentationFramework (5)
src\Framework\MS\Internal\LayoutDump.cs (2)
61return stringWriter.ToString(); 121return stringWriter.ToString();
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
188string xamlText = stringWriter.ToString();
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1483return stringWriter.ToString();
src\Framework\System\Windows\Documents\WpfPayload.cs (1)
207string xamlText = stringWriter.ToString();
System (3)
net\System\Net\WebUtility.cs (2)
60return writer.ToString(); 162return writer.ToString();
sys\system\configuration\SettingsPropertyValue.cs (1)
267return sw.ToString();
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\ServiceContractImporter.cs (1)
148return textWriter.ToString();
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
547string clipBoardString = stringWriter.ToString();
System.Configuration (3)
System\Configuration\ConfigurationSection.cs (1)
94return strWriter.ToString();
System\Configuration\XmlUtil.cs (2)
995string s = ((StringWriter)utilWriter.Writer).ToString(); 1162string s = ((StringWriter)utilWriter.Writer).ToString();
System.Core (1)
Microsoft\Scripting\Ast\Expression.cs (1)
247return writer.ToString();
System.Data (25)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
547string clipBoardString = stringWriter.ToString();
fx\src\data\System\Data\Common\ObjectStorage.cs (2)
401return (strwriter.ToString()); 406return strwriter.ToString();
fx\src\data\System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
113return (strwriter.ToString ());
fx\src\data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
142return (strwriter.ToString ());
fx\src\data\System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
112return (strwriter.ToString ());
fx\src\data\System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
211return (strwriter.ToString ());
fx\src\data\System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
114return (strwriter.ToString ());
fx\src\data\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
144return (strwriter.ToString ());
fx\src\data\System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
209return (strwriter.ToString ());
fx\src\data\System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
210return (strwriter.ToString ());
fx\src\data\System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
113return (strwriter.ToString ());
fx\src\data\System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
210return (strwriter.ToString ());
fx\src\data\System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
210return (strwriter.ToString());
fx\src\data\System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
211return (strwriter.ToString ());
fx\src\data\System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
210return (strwriter.ToString ());
fx\src\data\System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
211return (strwriter.ToString ());
fx\src\data\System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
167return (strwriter.ToString ());
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (1)
192return (strwriter.ToString ());
fx\src\data\System\Data\DataSet.cs (5)
335strData = strWriter.ToString(); 1370return strWriter.ToString(); 1387return strWriter.ToString(); 1406return strWriter.ToString(); 1430return strWriter.ToString();
fx\src\data\System\Data\SQLTypes\SqlXml.cs (1)
173 return sw.ToString();
System.Data.Entity.Design (1)
System\Data\Entity\Design\AspNet\EntityModelBuildProvider.cs (1)
81assemblyBuilder.AddCodeCompileUnit(this, new CodeSnippetCompileUnit(output.ToString()));
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
817throw XsltException.Create(Res.Xslt_ScriptCompileErrors, stringWriter.ToString());
System.IdentityModel (2)
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (1)
119return writer.ToString();
System\IdentityModel\Tokens\SecurityKeyIdentifier.cs (1)
124return writer.ToString();
System.Management (1)
Instrumentation\CodeSpit.cs (1)
25string retString = writer.ToString();
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
357return (XmlElement)XmlDoc.ReadNode(XmlReader.Create(new StringReader(stringWriter.ToString())));
System.ServiceModel (10)
System\ServiceModel\Administration\ServiceInfo.cs (3)
130metadataStrings.Add(sw.ToString()); 138metadataStrings.Add(sw.ToString()); 145metadataStrings.Add(sw.ToString());
System\ServiceModel\Channels\Message.cs (1)
513return stringWriter.ToString();
System\ServiceModel\Channels\MessageHeader.cs (1)
88return stringWriter.ToString();
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceSchemas.cs (1)
829byte[] wsdlText = utf8.GetBytes(textWriter.ToString());
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
1092throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(stringWriter.ToString()));
System\ServiceModel\Security\InMemoryNonceCache.cs (1)
45return writer.ToString();
System\ServiceModel\Security\SecurityHeaderTokenResolver.cs (1)
260return writer.ToString();
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
187return writer.ToString();
System.Web (16)
Compilation\BuildManagerHost.cs (1)
383code = sw.ToString();
ErrorFormatter.cs (1)
253return stringWriter.ToString();
Management\TemplatedMailWebEventProvider.cs (1)
141msg.Body = writer.ToString();
UI\CssStyleCollection.cs (1)
292return sw.ToString();
UI\Page.cs (1)
1598traceString = sw.ToString();
UI\PartialCachingControl.cs (2)
379_cacheEntry.OutputString = tmpWriter.ToString(); 567return cssStringWriter.ToString();
UI\WebControls\AdPostCacheSubstitution.cs (1)
52return stringWriter.ToString();
UI\WebControls\DetailsView.cs (1)
2265return Convert.ToString(PageIndex, CultureInfo.InvariantCulture) + "|" + dataKeyString + "|" + stringWriter.ToString();
UI\WebControls\GridView.cs (1)
2786return Convert.ToString(PageIndex, CultureInfo.InvariantCulture) + "|" + Convert.ToString((int)SortDirection, CultureInfo.InvariantCulture) + "|" + sortExpressionString + "|" + dataKeysString + "|" + stringWriter.ToString();
UI\WebControls\Menu.cs (2)
1852dictionary[_getDesignTimeStaticHtml] = staticHtmlBuilder.ToString(); 1908dictionary[_getDesignTimeDynamicHtml] = dynamicHtmlBuilder.ToString();
UI\WebControls\TreeView.cs (1)
3328result = lastIndex.ToString(CultureInfo.InvariantCulture) + "|" + expandState.ToString() + "|" + stringWriter.ToString();
Util\HttpEncoder.cs (3)
213return writer.ToString(); 332return writer.ToString(); 351return writer.ToString();
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
543_isImageRendersBorder = sw.ToString().IndexOf("border", 0, StringComparison.OrdinalIgnoreCase) != -1 ? 1 : -1;
System.Web.Mobile (9)
UI\MobileControls\Adapters\HtmlCalendarAdapter.cs (1)
109String webCalendarHtml = sw.ToString();
UI\MobileControls\Design\MobileControlDesigner.cs (1)
422return sw.ToString();
UI\MobileControls\Design\MobileControlPersister.cs (5)
265sw.Write(tagProps.ToString()); 268string innerPropsString = innerProps.ToString(); 341return sw.ToString(); 763return sw.ToString(); 794return sw.ToString();
UI\MobileControls\MobilePage.cs (1)
355_clientViewStateString = writer.ToString();
UI\MobileControls\SessionViewState.cs (1)
167info.AddValue("s", s.ToString());
System.Web.Services (2)
System\Web\Services\Description\ServiceDescription.cs (1)
589using (XmlTextReader reader = new XmlTextReader(new StringReader(writer.ToString())))
System\Web\Services\Protocols\RuntimeUtils.cs (1)
62return xml.ToString();
System.Workflow.ComponentModel (8)
AuthoringOM\Design\ComponentSerializationService.cs (1)
348this.serializedXmlString = stringWriter.ToString();
AuthoringOM\Design\Themes.cs (1)
547stringReader = new StringReader(stringWriter.ToString());
AuthoringOM\ScheduleChanges.cs (2)
579dynamicUpdateHistory = sw.ToString(); 772addedActivityText = sw.ToString();
AuthoringOM\Serializer\ActivityMarkupSerializer.cs (2)
60string currentXoml = stringWriter.ToString(); 169string currentXoml = stringWriter.ToString();
AuthoringOM\Serializer\ActivitySurrogate.cs (1)
98info.AddValue("workflowChanges", changeActionsStringWriter.ToString());
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
196writer.WriteRaw(xomlStringWriter.ToString());
System.Workflow.Runtime (3)
DebugEngine\DebugController.cs (1)
1015this.controllerConduit.ScheduleTypeLoaded(this.programId, scheduleTypeId, scheduleType.Assembly.FullName, fileName, md5Digest, isDynamic, scheduleType.FullName, scheduleType.Name, stringWriter.ToString());
RTTrackingProfile.cs (1)
109reader = new StringReader(writer.ToString());
Tracking\SqlTrackingService.cs (1)
2624xomlText = stringWriter.ToString();
System.Xml (12)
System\Xml\Core\XmlReader.cs (2)
1074return sw.ToString(); 1168return sw.ToString();
System\Xml\Core\XmlReaderAsync.cs (2)
203return sw.ToString(); 283return sw.ToString();
System\Xml\Dom\XmlNode.cs (2)
832return sw.ToString(); 847return sw.ToString();
System\Xml\Serialization\Compiler.cs (2)
198results = codeProvider.CompileAssemblyFromSource(parameters, writer.ToString()); 213throw new InvalidOperationException(stringWriter.ToString());
System\Xml\Serialization\XmlSchemas.cs (1)
573return sw.ToString();
System\Xml\Serialization\XmlSerializationReader.cs (1)
3725return writer.ToString();
System\Xml\XPath\XPathNavigator.cs (2)
1195return stringWriter.ToString(); 1235return stringWriter.ToString();
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
2020return sw.ToString(); 6713return sw.ToString().Trim(); 7391return sw.ToString();