FlexReport for WPF | ComponentOne
C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / ScriptStringValue Class / Implicit Type Conversion Operator
The string to convert.

In This Topic
    Implicit Type Conversion Operator (ScriptStringValue)
    In This Topic
    Converts a string to a ScriptStringValue.
    Syntax
    'Declaration
     
    Public Operator Widening CType( _
       ByVal value As String _
    ) As ScriptStringValue
    public ScriptStringValue operator implicit( 
       string value
    )

    Parameters

    value
    The string to convert.

    Return Value

    The ScriptStringValue object.
    See Also