美文网首页
UIntToStr - C++ Builder

UIntToStr - C++ Builder

作者: 玄坴 | 来源:发表于2022-06-02 11:27 被阅读0次

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


无符号整数值转字符串

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

System::UnicodeString __fastcall UIntToStr(unsigned Value);
System::UnicodeString __fastcall UIntToStr(unsigned __int64 Value);

参数:

  • Value:无符号整数;

返回值:

  • 参数 Value 转为字符串;

相关:


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

相关文章

网友评论

      本文标题:UIntToStr - C++ Builder

      本文链接:https://www.haomeiwen.com/subject/vpriprtx.html