[]
Converts the ScriptValue<T>object to a string.
public static implicit operator string(ScriptValue<T> value)
Type | Name | Description |
---|---|---|
ScriptValue<T> | value | The object to convert. |
Type | Description |
---|---|
string | The string representing the object. |