c/c++

TryStrToUInt64 - C++ Builder

2022-05-31  本文已影响0人  玄坴

C++ Builder 参考手册System::SysutilsTryStrToUInt64


字符串转无符号64位整数值

头文件:#include <System.SysUtils.hpp>
命名空间:System::Sysutils
函数原型:

bool __fastcall TryStrToUInt64(const System::UnicodeString S, unsigned __int64 &Value);

参数:

返回值:


相关:


C++ Builder 参考手册System::SysutilsTryStrToUInt64

上一篇 下一篇

猜你喜欢

热点阅读