V8FastArg.TryGet(UInt64) Method |
Gets the
UInt64 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 ulong value
)
Public Function TryGet (
<OutAttribute> ByRef value As ULong
) As Boolean
public:
bool TryGet(
[OutAttribute] unsigned long long% value
)
member TryGet :
value : uint64 byref -> bool
Parameters
- value UInt64
- On return, the UInt64 value of the argument if the operation succeeded.
Return Value
BooleanTrue if the operation succeeded,
false otherwise.
See Also