'Declaration
<NotNullAttribute()> Overloads Public Operator Widening CType( _ ByVal expandedText As String _ ) As UANodeId
'Usage
[NotNull()] public UANodeId operator implicit( string expandedText )
[NotNull()] public: operator UANodeId^ ( String^ expandedText )
Parameters
- expandedText
- The string to be converted.
Return Value
For a non-null input, returns the node Id with the given expanded text. Returns a node Id with an empty expanded text if the input is
null
.