[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem.op_Implicit

implicit operator Operator

implicit operator StringItem(string)

Converts a string to a StringItem.

Declaration
public static implicit operator StringItem(string value)
Public Shared Widening Operator CType(value As String) As StringItem
Parameters
Type Name Description
string value

A string used as the content of StringItem.

Returns
Type Description
StringItem

A StringItem that represents the converted string.

implicit operator string(StringItem)

Converts a StringItem to a string.

Declaration
public static implicit operator string(StringItem value)
Public Shared Widening Operator CType(value As StringItem) As String
Parameters
Type Name Description
StringItem value

A StringItem.

Returns
Type Description
string

A string that represents the converted StringItem.