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