QuickOPC User's Guide and Reference
Implicit Type Conversion(ResourceDescriptor,Uri) Operator



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace > ResourceDescriptor Class > Implicit Type Conversion Operator : Implicit Type Conversion(ResourceDescriptor,Uri) Operator
The URI to be converted,
Converts a System.Uri to a resource descriptor.
Syntax
'Declaration
 
<NotNullAttribute()>
Overloads Public Operator Widening CType( _
   ByVal uri As Uri _
) As ResourceDescriptor
'Usage
 
[NotNull()]
public ResourceDescriptor operator implicit( 
   Uri uri
)
[NotNull()]
public:
operator ResourceDescriptor^ ( 
   Uri^ uri
)

Parameters

uri
The URI to be converted,

Return Value

For a non-null input, returns the resource descriptor with the given URI. Returns a resource descriptor with an empty URL string if the input is null.
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also