'Declaration
<CanBeNullAttribute()> Public Operator Widening CType( _ ByVal serverElement As ServerElement _ ) As String
'Usage
[CanBeNull()] public string operator implicit( ServerElement serverElement )
[CanBeNull()] public: operator String^ ( ServerElement^ serverElement )
Parameters
- serverElement
- The object to be expressed as a string.
Return Value
Returns the main characteristics of the object expressed as a string.