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