Click or drag to resize

V8FastArg.TryGet(ReadOnlySpan<Char>) Method

Gets the string value of the argument as a ReadOnlySpan<char> if possible.

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

Parameters

value  ReadOnlySpan<Char>
On return, the string value of the argument as a ReadOnlySpan<char> if the operation succeeded.

Return Value

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