[]
Converts a string to a ScriptObjectValue.
public static implicit operator ScriptObjectValue(string value)
| Type | Name | Description |
|---|---|---|
| string | value | The string to convert. |
| Type | Description |
|---|---|
| ScriptObjectValue | The ScriptObjectValue object. |