'Declaration<CanBeNullAttribute()> Public Operator Widening CType( _ ByVal descriptorString As String _ ) As EndpointDescriptor
'Usage
 
            [CanBeNull()] public EndpointDescriptor operator implicit( string descriptorString )
[CanBeNull()] public: operator EndpointDescriptor^ ( String^ descriptorString )
Parameters
- descriptorString
 - Contains the descriptor string for the object.
 
Return Value
Returns the object descriptor created from the string.