Click or drag to resize

V8FastArg.TryGet(Char) Method

Gets the Char value of the argument if possible.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public bool TryGet(
	out char value
)

Parameters

value  Char
On return, the Char value of the argument if the operation succeeded.

Return Value

Boolean
True if the operation succeeded, false otherwise.
See Also