티스토리 뷰

Up to Parent: System.SysUtils

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

System.SysUtils

System.SysUtils

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
링크
«   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
글 보관함