| Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : ReadContentAsInt Method |
'Declaration Public Overrides NotOverridable Function ReadContentAsInt() As System.Integer
'Usage Dim instance As XmlFastInfosetReader Dim value As System.Integer value = instance.ReadContentAsInt()
public override System.int ReadContentAsInt()
public function ReadContentAsInt(): System.Integer; override;
public override function ReadContentAsInt() : System.int;
public: System.int ReadContentAsInt(); override
public: System.int ReadContentAsInt(); override
If the content is a binary encoded 32-bit signed integer, the reader returns the value read. If the content is of any other type, the reader attempts to convert it to a 32-bit signed integer.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
XmlFastInfosetReader Class
XmlFastInfosetReader Members
Base Implementation in ReadContentAsInt