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 String
public string operator implicit(
UID
)
public:
operator String^ (
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.0 or higher
See Also