TypedXmlDocument.GetDecimal(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual System::Decimal GetDecimal(System::String ^ xpath);
public virtual decimal GetDecimal (string xpath);
abstract member GetDecimal : string -> decimal
override this.GetDecimal : string -> decimal
Public Overridable Function GetDecimal (xpath As String) As Decimal
Parameters
- xpath
- String