티스토리 뷰
Delphi
function StrToInt(const S: string): Integer;
C++
extern PACKAGE int __fastcall StrToInt(const System::UnicodeString S)/* overload */;
Properties
Type |
Visibility |
Source |
Unit |
Parent |
function |
public |
System.SysUtils.pas System.SysUtils.hpp |
Description
Converts a string that represents an integer (decimal or hex notation) into a number.
StrToInt converts the string S, which represents an integer-type number in either decimal or hexadecimal notation, into a number.
If S does not represent a valid number, StrToInt raises an EConvertError exception.
정수 (10 진수 또는 16 진수)를 나타내는 문자열을 숫자로 변환합니다.
StrToInt는 10 진수 또는 16 진수 표기법으로 정수 유형 숫자를 나타내는 문자열 S를 숫자로 변환합니다.
S가 유효한 숫자를 나타내지 않으면, StrToInt는 EConvertError exception을 발생시킵니다.
Example
var NumStr: string;
begin NumStr := '5';
// 결과: 10 Writeln(StrToInt(NumStr) + 5); Readln; end. |
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.SysUtils.StrToInt
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
[Reference] System.SysUtils.Date (0) | 2017.03.27 |
---|---|
[Reference] System.Addr (0) | 2017.03.26 |
[Reference] System.SysUtils.LowerCase (0) | 2017.03.24 |
[Reference] System.Rewrite (0) | 2017.03.23 |
[Reference] System.SysUtils.DecodeDate (0) | 2017.03.22 |
- Total
- Today
- Yesterday
- 상황
- VCL
- SWT
- 일기
- 영어
- 왕초보 영어회화 100일의 기적
- Pte
- Reference
- 교육센터
- System
- 말하기
- 계산기
- 설명
- Delphi
- 여행영어 100일의 기적
- 정렬
- 작문
- 스택
- 독해
- 응용
- tdataset
- SysUtils
- 대상
- 알고리즘
- java
- 자료구조
- ADODB
- 문법
- wfd
- RA
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |