'Declaration
<NotNullAttribute()> Overloads Public Operator Widening CType( _ ByVal endpointDescriptorString As String _ ) As UAEndpointDescriptor
'Usage
[NotNull()] public UAEndpointDescriptor operator implicit( string endpointDescriptorString )
[NotNull()] public: operator UAEndpointDescriptor^ ( String^ endpointDescriptorString )
Parameters
- endpointDescriptorString
- The string to be converted (a URL string of the resource).
Return Value
For a non-null input, returns the endpoint descriptor with the given URL string. Returns
null
if the input is null
.