'Declaration<JetBrains.Annotations.NotNullAttribute()> Overloads Public Operator Widening CType( _ ByVal descriptorString As String _ ) As ResourceAddress
'Usage
 
            [JetBrains.Annotations.NotNull()] public ResourceAddress operator implicit( string descriptorString )
[JetBrains.Annotations.NotNull()] public: operator ResourceAddress^ ( String^ descriptorString )
Parameters
- descriptorString
 - The descriptor string to create the resource address from.
The value of this parameter can be
null(Nothingin Visual Basic). 
Return Value
This method never returns null (Nothing in Visual Basic).