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
.null
if the input is null
.A generic string is used instead of System.Uri, because in some cases, the value may not represent a real URI.
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.