'Declaration Overloads Public Operator Widening CType( _ ByVal value As StringItem _ ) As String
'Usage
public string operator implicit( StringItem value )
Parameters
- value
- A StringItem.
Return Value
A string that represents the converted StringItem.