Base:
method
ToString
Microsoft.Xml.Schema.XmlBaseConverter.ToString(System.Object, Microsoft.Xml.IXmlNamespaceResolver)
5 references to ToString
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (5)
2869
if (destinationType == StringType) return this.
ToString
(value, nsResolver);
2870
if (destinationType == XmlAtomicValueType) return (new XmlAtomicValue(SchemaType, this.
ToString
(value, nsResolver)));
2871
if (destinationType == XPathItemType) return (new XmlAtomicValue(SchemaType, this.
ToString
(value, nsResolver)));
2892
if (destinationType == XmlAtomicValueType) return (new XmlAtomicValue(SchemaType, this.
ToString
(value, nsResolver)));
2893
if (destinationType == XPathItemType) return (new XmlAtomicValue(SchemaType, this.
ToString
(value, nsResolver)));