XdmType.BuiltInAtomicType Method (string, string)XdmType.BuiltInAtomicType Method (String, String)XdmType::BuiltInAtomicType Method (String^, String^)

Returns an XdmTypeXdmTypeXdmType instance which represents the specified built in atomic type.

Syntax

Public Shared Function BuiltInAtomicType( _
    localName As String, _
    namespaceUri As String _
) As XdmType
public static XdmType BuiltInAtomicType(
    string localName,
    string namespaceUri
)
public:
static XdmType^ BuiltInAtomicType(
    String^ localName, 
    String^ namespaceUri
)
 

Parameters

localName

Type: System.StringSystem.StringSystem::String^

The local name of the built in atomic type.

namespaceUri

Type: System.StringSystem.StringSystem::String^

The namespace of the built in atomic type.

Return Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

An XdmTypeXdmTypeXdmType instance representing the built in type with the specified name, or null a null reference (Nothing in Visual Basic) nullptr if there is no built in type with the specified name.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullExceptionlocalName or namespaceUri is null a null reference (Nothing in Visual Basic) nullptr