티스토리 뷰
Delphi
function UpperCase(const S: string): string;
function UpperCase(const S: string; LocaleOptions: TLocaleOptions): string;
C++
extern PACKAGE System::UnicodeString __fastcall UpperCase(const System::UnicodeString S)/* overload */;
Properties
Type |
Visibility |
Source |
Unit |
Parent |
function |
public |
System.SysUtils.pas System.SysUtils.hpp |
Description
Returns a copy of a string in uppercase.
UpperCase returns a copy of the string S, with the same text but with all 7-bit ASCII characters between 'a' and 'z' converted to uppercase.
To convert 8-bit international characters, use AnsiUpperCase instead.
대문자로 된 문자열의 복사본을 반환합니다.
UpperCase는 동일한 텍스트이지만 'a'와 'z'사이의 모든 7 비트 ASCII 문자가 대문자로 변환된 문자열 S의 복사본을 반환합니다.
8 비트 국제 문자를 변환하려면 대신 AnsiUpperCase 를 사용하십시오.
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.SysUtils.UpperCase
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
[Reference] System.Odd (0) | 2017.02.07 |
---|---|
[Reference] System.SysUtils.StrToTime (0) | 2017.02.06 |
[Reference] System.UpCase (0) | 2017.02.04 |
[Reference] Vcl.Dialogs.ShowMessage (0) | 2017.02.03 |
[Reference] System.SysUtils.FileSearch (0) | 2017.02.02 |
- Total
- Today
- Yesterday
- Delphi
- Reference
- 상황
- ADODB
- 응용
- 스택
- VCL
- SWT
- 자료구조
- 정렬
- System
- java
- 설명
- 일기
- 여행영어 100일의 기적
- 말하기
- 문법
- 작문
- 교육센터
- tdataset
- 계산기
- 영어
- 알고리즘
- wfd
- 왕초보 영어회화 100일의 기적
- RA
- SysUtils
- 독해
- Pte
- 대상
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |