X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.XML%2FSystem.Xml%2FXmlReader.cs;h=31c5fd438b10d8576b6c92b86d5e3c87f0e66756;hb=459db72717b07308a9898f4cc628895a9b3e89f7;hp=de4cd1edaec117edbc245e619a51447da6371630;hpb=a6c63b307154905ac76b3bdfb3627ced0cea6b21;p=mono.git diff --git a/mcs/class/System.XML/System.Xml/XmlReader.cs b/mcs/class/System.XML/System.Xml/XmlReader.cs index de4cd1edaec..31c5fd438b1 100644 --- a/mcs/class/System.XML/System.Xml/XmlReader.cs +++ b/mcs/class/System.XML/System.Xml/XmlReader.cs @@ -934,6 +934,12 @@ namespace System.Xml return XQueryConvert.StringToInt (ReadElementString ()); } + [MonoTODO] + public virtual long ReadElementContentAsLong () + { + return XQueryConvert.StringToInteger (ReadElementString ()); + } + [MonoTODO] public virtual string ReadElementContentAsString () {