티스토리 뷰

Delphi

function IntToStr(Value: Integer): string;

function IntToStr(Value: Int64): string;

C++

extern PACKAGE System::UnicodeString __fastcall IntToStr(int Value)/* overload */;

Properties

Type

Visibility

Source

Unit

Parent

function

public

System.SysUtils.pas

System.SysUtils.hpp

System.SysUtils

System.SysUtils

Description

Converts an integer to a string.

IntToStr converts an integer to a string that contains the decimal representation of that number.

To convert an unsigned integer to string, use the UIntToStr function.

To convert an integer to a string with minimum length, use the Str procedure. Example (Delphi):

Str(123:6, AString); // AString is set to '   123'

 

정수를 문자열로 변환합니다.

IntToStr은 정수를 해당 숫자의 십진수 표현이 포함된 문자열로 변환합니다.

부호 없는 정수를 문자열로 변환하려면, UIntToStr 함수를 사용하십시오.

정수를 최소 길이의 문자열로 변환하려면, Str 절차를 사용하십시오. (Delphi):

Str(123:6, AString); // AString is set to '   123'

 

출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.SysUtils.IntToStr

'프로그래밍 언어 > Delphi' 카테고리의 다른 글

[Reference] System.SeekEof  (0) 2017.03.04
[Reference] System.SysUtils.EncodeDate  (0) 2017.03.03
[Reference] System.SysUtils.DecodeTime  (0) 2017.03.01
[Reference] System.Concat  (0) 2017.02.28
[Reference] Vcl.Dialogs.InputQuery  (0) 2017.02.27
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함