ComponentOne FlexReport for WinForms
Implicit Type Conversion Operator (ScriptObjectValue)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > ScriptObjectValue Class : Implicit Type Conversion Operator
The string to convert.
Converts a string to a ScriptObjectValue.
Syntax
'Declaration
 
Public Operator Widening CType( _
   ByVal value As System.String _
) As ScriptObjectValue
public ScriptObjectValue operator implicit( 
   System.string value
)

Parameters

value
The string to convert.

Return Value

The ScriptObjectValue object.
See Also

Reference

ScriptObjectValue Class
ScriptObjectValue Members