Implicit Type Conversion(String,UID) Operator
An implicit conversion to a string, returning the same string as
Value
public System.string operator implicit(
UID
)
This operator type is not supported by Delphi
This operator type is not supported by JScript
public: System.string* op_Implicit(
UID*
)
public:
operator System.String^ (
UID^
)
'Declaration
Overloads Public Operator Widening CType( _
ByVal As UID _
) As System.String
Parameters
- uid
- The UID object from which to obtain the Value
Return Value
The dotted form of the UID as a string
Target Platforms: .NET CLR 4.8 or higher