Implicit Type Conversion(String,UID) Operator
In This Topic
An implicit conversion to a string, returning the same string as
Value
Syntax
'Declaration
Overloads Public Operator Widening CType( _
ByVal As UID _
) As System.String
public System.string operator implicit(
UID
)
Parameters
- uid
- The UID object from which to obtain the Value
Return Value
The dotted form of the UID as a string
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also