XPathAtomicValue.CreateUntypedAtomic MethodXPathAtomicValue.CreateUntypedAtomic MethodXPathAtomicValue::CreateUntypedAtomic Method

Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class with type xs:untypedAtomic from a stringStringString value.

Syntax

Public Shared Function CreateUntypedAtomic( _
    value As String _
) As XPathAtomicValue
public static XPathAtomicValue CreateUntypedAtomic(
    string value
)
public:
static XPathAtomicValue^ CreateUntypedAtomic(
    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.