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