티스토리 뷰

Delphi

function StrLen(const Str: PAnsiChar): Cardinal;

function StrLen(const Str: PWideChar): Cardinal;

C++

extern PACKAGE unsigned __fastcall StrLen(const char * Str)/* overload */;

Properties

Type

Visibility

Source

Unit

Parent

function

public

System.SysUtils.pas

System.SysUtils.hpp

System.SysUtils

System.SysUtils

Description

Returns the number of characters in a string, excluding the null terminator.

StrLen returns the number of characters in Str, not counting the null terminator.

 

널 종결자를 제외한 문자열의 문자 개수를 반환합니다.

StrLen은 널 종결자를 세지 않고 Str의 문자 개수를 반환합니다.

 

excluding 미국·영국 [ɪk|sklu:dɪŋ]   영국식   중요

…을 제외하고

exclude 미국·영국 [ɪk|sklu:d]   영국식   중요

1. 제외하다
2. (
가입출입을) 거부하다
3. (
가능성을) 배제하다

 

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

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/05   »
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
글 보관함