Performs an implicit conversion from ElementList to String.
| C# | Visual Basic | Visual C++ |
public static implicit operator string ( ElementList elements )
Public Shared Widening Operator CType ( _ elements As ElementList _ ) As String
static implicit operator String^ ( ElementList^ elements )
- elements (ElementList)
- The elements.
The result of the conversion.