V8FastArg.TryGet(Int64) Method |
Gets the
Int64 value of the argument if possible.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic bool TryGet(
out long value
)
Public Function TryGet (
<OutAttribute> ByRef value As Long
) As Boolean
public:
bool TryGet(
[OutAttribute] long long% value
)
member TryGet :
value : int64 byref -> bool
Parameters
- value Int64
- On return, the Int64 value of the argument if the operation succeeded.
Return Value
BooleanTrue if the operation succeeded,
false otherwise.
See Also