Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / StringItem Class / Implicit Type Conversion Operator / Implicit Type Conversion(StringItem,String) Operator
A string used as the content of StringItem.


In This Topic
    Implicit Type Conversion(StringItem,String) Operator
    In This Topic
    Converts a string to a StringItem.
    Syntax
    '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.
    See Also