[]
        
(Showing Draft Content)

C1.Report.ScriptValue-1.op_Implicit

implicit operator Operator

implicit operator string(ScriptValue<T>)

Converts the ScriptValue<T>object to a string.

Declaration
public static implicit operator string(ScriptValue<T> value)
Parameters
Type Name Description
ScriptValue<T> value

The object to convert.

Returns
Type Description
string

The string representing the object.