FastInfoset.NET Class Reference for Mono
ReadElementContentAsDecimal() Method






Reads the node content at the current position as a decimal value.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Function ReadElementContentAsDecimal() As System.Decimal
'Usage
 
Dim instance As XmlFastInfosetReader
Dim value As System.Decimal
 
value = instance.ReadElementContentAsDecimal()
public override System.decimal ReadElementContentAsDecimal()
public function ReadElementContentAsDecimal(): System.Currency; override; 
public override function ReadElementContentAsDecimal() : System.decimal;
public: System.decimal ReadElementContentAsDecimal(); override 
public:
System.decimal ReadElementContentAsDecimal(); override 

Return Value

The element content as a decimal value.
Requirements

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

See Also

Reference

XmlFastInfosetReader Class
XmlFastInfosetReader Members
Overload List
Base Implementation in ReadElementContentAsDecimal()

Send Feedback