V8FastArg.TryGet(ReadOnlySpan<Char>) Method |
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic bool TryGet(
out ReadOnlySpan<char> value
)
Public Function TryGet (
<OutAttribute> ByRef value As ReadOnlySpan(Of Char)
) As Boolean
public:
bool TryGet(
[OutAttribute] ReadOnlySpan<wchar_t>% value
)
member TryGet :
value : ReadOnlySpan<char> byref -> bool
Parameters
- value ReadOnlySpan<Char>
- On return, the string value of the argument as a ReadOnlySpan<char> if the operation succeeded.
Return Value
BooleanTrue if the operation succeeded,
false otherwise.
See Also