Saxon API for .NET

XdmAtomicValue.Value Property

Get the value as a CLI object of the nearest equivalent type.

public object Value {get;}

Remarks

The return type is as follows:

xs:string - String

xs:integer - Long

xs:decimal - Decimal

xs:double - Double

xs:float - Float

xs:boolean - Bool

xs:QName - QName

xs:anyURI - Uri

xdt:untypedAtomic - String

Other types - currently String, but this may change in the future

See Also

XdmAtomicValue Class | Saxon.Api Namespace