ComponentOne FlexReport for WinForms
Implicit Type Conversion Operator (ScriptStringValue)

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

Parameters

value
The string to convert.

Return Value

The ScriptStringValue object.
See Also

Reference

ScriptStringValue Class
ScriptStringValue Members