C++
Adesk::UInt64 asUDeci64( Adesk::UInt32 nFlags = kParseDefault ) const;
Description
Parses the current string as a decimal and returns a 64-bit unsigned 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 2009 through AutoCAD 2024
ACBASE_PORT Adesk::UInt64 asUDeci64(int nFlags = kParseDefault) const;
AutoCAD 2008 and earlier
unsigned __int64 asUDeci64(int nFlags = kParseDefault) const;
History
AutoCAD 2025
nFlags argument changed from unsigned int to Adesk::UInt32.
AutoCAD 2009
Function previously returned unsigned __int64 and now returns Adesk::UInt64.