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