티스토리 뷰
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 |
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
- 일기
- 응용
- wfd
- RA
- 왕초보 영어회화 100일의 기적
- 스택
- tdataset
- 계산기
- 독해
- Delphi
- System
- VCL
- Pte
- java
- 교육센터
- 알고리즘
- 말하기
- 문법
- 정렬
- 설명
- 영어
- Reference
- 자료구조
- 작문
- 여행영어 100일의 기적
- ADODB
- 상황
- SysUtils
- SWT
- 대상
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |