'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).
The value represents an OPC UA endpoint descriptor string. Any string can be passed to this parameter (i.e. will not cause System.ArgumentException), but not all values make sense and will work when an operation using them is attempted. The OPC UA endpoint descriptor string is typically the URL of the server endpoint.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
null
if the input is null
.
This method never returns null
(Nothing
in Visual Basic).