C++
Adesk::Int64 asHex64( Adesk::UInt32 nFlags = kParseDefault ) const;
Description
Parsed the current string as a hexadecimal and returns a 64-bit signed integer.
Parameters
Parameters | Description |
---|---|
nFlags | Input bits specifying how to do the parsing |
Returns
The integer value parsed from the string.
Remarks
Works during getBuffer mode.
Links
Previous Declaration
AutoCAD 2024 and earlier
ACBASE_PORT int64_t asHex64(int nFlags = kParseDefault) const;
History
AutoCAD 2025
nFlags argument changed from unsigned int to Adesk::UInt32 and function now returns Adesk::Int64 instead of int64_t.