V8FastResult.Set(String) Method |
Sets the result to a string value.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic void Set(
string value
)
Public Sub Set (
value As String
)
public:
void Set(
String^ value
)
member Set :
value : string -> unit
Parameters
- value String
- The string value to assign to the result.
See Also