ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • Length
    C++ Builder/함수 2018. 12. 6. 22:08

    #Length

    // 문자열의 길이를 반환

    System.UnicodeString.Length

    C++

    __USTRING_INLINE int UnicodeString::Length() const

    Properties

    Type

    Visibility

    Source

    Unit

    Parent

    function

    public

    ustring.h

    System

    UnicodeString

    Description

    Returns the length, in characters, of UnicodeString.

    Length returns the number of characters (not necessarily bytes) in a UnicodeString object.


    ex) {

    UnicodeString TestString = “Test String”;

    ShowMessage(TestString.Length());

    }



    728x90

    'C++ Builder > 함수' 카테고리의 다른 글

    Pos  (0) 2018.12.06
    Delete  (0) 2018.12.06
    Insert  (0) 2018.12.06
    sprintf  (0) 2018.12.06
    c_str  (0) 2018.12.06

    댓글

Designed by Tistory.