XmlDictionaryReader.ReadContentAsDecimal Method

Definition

Converts a node's content to decimal.

public:
 override System::Decimal ReadContentAsDecimal();
public override decimal ReadContentAsDecimal ();
override this.ReadContentAsDecimal : unit -> decimal
Public Overrides Function ReadContentAsDecimal () As Decimal

Returns

The decimal representation of node's content.

Applies to