1 override of ReadElementContentAsDecimal
System.Xml (1)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
301
public override decimal
ReadElementContentAsDecimal
(string localName, string namespaceURI) {
1 reference to ReadElementContentAsDecimal
System.Xml (1)
System\Xml\Core\XmlAsyncCheckReader.cs (1)
303
return coreReader.
ReadElementContentAsDecimal
(localName, namespaceURI);