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