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