System::String::FromUtf8 메서드
내용물
[
숨다
]String::FromUtf8(const char *) method
utf8 문자열로부터 String을 생성합니다.
static String System::String::FromUtf8(const char *utf8)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| utf8 | const char * | utf8 코드 페이지를 사용해 인코딩된 null-terminated 문자열에 대한 포인터. |
ReturnValue
String object representing passed string.
또 보기
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::FromUtf8(const char *, int) method
utf8 문자열로부터 String을 생성합니다.
static String System::String::FromUtf8(const char *utf8, int len)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| utf8 | const char * | utf8 코드 페이지를 사용해 인코딩된 문자열에 대한 포인터. |
| len | int | 처리할 문자 수. |
ReturnValue
String object representing passed string.
또 보기
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::FromUtf8(const std::string&) method
utf8 문자열로부터 String을 생성합니다.
static String System::String::FromUtf8(const std::string &utf8)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| utf8 | const std::string& | utf8 코드 페이지를 사용해 인코딩된 문자열에 대한 포인터. |
ReturnValue
String object representing passed string.
또 보기
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::FromUtf8(const uint8_t *) method
utf8 문자열로부터 String을 생성합니다.
static String System::String::FromUtf8(const uint8_t *utf8)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| utf8 | const uint8_t * | utf8 코드 페이지를 사용해 인코딩된 null-terminated 문자열에 대한 포인터. |
ReturnValue
String object representing passed string.
또 보기
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++