XPathAtomicValue.Create Method (string)XPathAtomicValue.Create Method (String)XPathAtomicValue::Create Method (String^)
            Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a stringStringString value value.
            
Syntax
Public Shared Function Create( _ value As String _ ) As XPathAtomicValue
public static XPathAtomicValue Create( string value )
public: static XPathAtomicValue^ Create( String^ value )
Parameters
- value
 Type: System.StringSystem.StringSystem::String^
The value of the created atomic value.
Return Value
Type: XmlPrime.XPathAtomicValueXmlPrime.XPathAtomicValueXmlPrime::XPathAtomicValue^
A new XPathAtomicValueXPathAtomicValueXPathAtomicValue with type xs:string.
Exceptions
| Exception | Condition | 
| ArgumentNullExceptionArgumentNullExceptionArgumentNullException | value is null
    a null reference (Nothing in Visual Basic)
  nullptr. | 
