XPathAtomicValue.Create Method (ulong)XPathAtomicValue.Create Method (ULong)XPathAtomicValue::Create Method (ulong)
            Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from an ulongULongulong value value.
            
Syntax
Public Shared Function Create( _ value As ULong _ ) As XPathAtomicValue
public static XPathAtomicValue Create( ulong value )
public: static XPathAtomicValue^ Create( ulong value )
Parameters
- value
 Type: System.UInt64System.UInt64System::UInt64
The value of the created atomic value.
Return Value
Type: XmlPrime.XPathAtomicValueXmlPrime.XPathAtomicValueXmlPrime::XPathAtomicValue^
A new XPathAtomicValueXPathAtomicValueXPathAtomicValue with type xs:unsignedlong.
