C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ScriptObjectValue Class / Implicit Type Conversion Operator
The string to convert.

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

Parameters

value
The string to convert.

Return Value

The ScriptObjectValue object.
See Also