QName.Split MethodQName.Split MethodQName::Split Method
Splits the specified lexical representation of an
xs:QName into a prefix and local name.
Syntax
Parameters
- qualifiedName
Type: System.StringSystem.StringSystem::String^
The lexical representation of an
xs:QName.- prefix
Type: out System.StringByRef System.StringSystem::String^%
When this method returns, contains the prefix of the qualified name, or
nulla null reference (Nothingin Visual Basic)nullptrif the qualified name has no prefix.- localName
Type: out System.StringByRef System.StringSystem::String^%
When this method returns, contains the local part of the qualified name.
Exceptions
| Exception | Condition |
| ArgumentNullExceptionArgumentNullExceptionArgumentNullException | qualifiedName is null
a null reference (Nothing in Visual Basic)
nullptr |
Remarks
This method does not check that qualifiedName is a valid lexical representation of anxs:qName.
