'Declaration
<CanBeNullAttribute()> <ContractAnnotationAttribute("null => null; notnull => notnull")> Overloads Public Operator Widening CType( _ ByVal nodeIdExpandedText As String _ ) As UANodeDescriptor
'Usage
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public UANodeDescriptor operator implicit( string nodeIdExpandedText )
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public: operator UANodeDescriptor^ ( String^ nodeIdExpandedText )
Parameters
- nodeIdExpandedText
- An node Id expanded text (contains namespace URI, and namespace-relative node Id).
Return Value
For a non-null input, returns the node descriptor with the given node Id expanded text. Returns
null
if the input is null
.