V8FastArg.GetBigInteger Method |
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic BigInteger GetBigInteger(
string name = null
)
Public Function GetBigInteger (
Optional name As String = Nothing
) As BigInteger
public:
BigInteger GetBigInteger(
String^ name = nullptr
)
member GetBigInteger :
?name : string
(* Defaults:
let _name = defaultArg name null
*)
-> BigInteger
Parameters
- name String (Optional)
- An optional argument or property name.
Return Value
BigIntegerThe
BigInteger value of the argument.
Remarks
This method throws an exception if the operation fails.
See Also