XPathAtomicValue.Create Method (string)XPathAtomicValue.Create Method (String)XPathAtomicValue::Create Method (String^)

Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a stringStringString 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.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullExceptionvalue is null a null reference (Nothing in Visual Basic) nullptr.