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