'Declaration
<NotNullAttribute()> Public Shared Function FromString( _ ByVal descriptorString As String _ ) As ResourceAddress
'Usage
Dim descriptorString As String Dim value As ResourceAddress value = ResourceAddress.FromString(descriptorString)
[NotNull()] public static ResourceAddress FromString( string descriptorString )
[NotNull()] public: static ResourceAddress^ FromString( String^ descriptorString )
Parameters
- descriptorString
- The descriptor string to create the resource address from.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).