System::Text::Encoding::GetString 메서드
내용물
[
숨다
]Encoding::GetString(ArrayPtr<uint8_t>) method
바이트 버퍼를 문자열로 디코딩합니다.
virtual String System::Text::Encoding::GetString(ArrayPtr<uint8_t> bytes)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| bytes | ArrayPtr<uint8_t> | Buffer에서 바이트를 읽기 위한. |
ReturnValue
String of decoded characters.
또 보기
- Class String
- Typedef ArrayPtr
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++
Encoding::GetString(ArrayPtr<uint8_t>, int, int) method
바이트 버퍼를 문자열로 디코딩합니다.
virtual String System::Text::Encoding::GetString(ArrayPtr<uint8_t> bytes, int index, int count)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| bytes | ArrayPtr<uint8_t> | Buffer에서 바이트를 읽기 위한. |
| index | int | 입력 버퍼 오프셋. |
| count | int | 입력 버퍼 크기. |
ReturnValue
String of decoded characters.
또 보기
- Class String
- Typedef ArrayPtr
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++
Encoding::GetString(const System::Details::ArrayView<uint8_t>&) method
바이트 버퍼를 문자열로 디코딩합니다.
virtual String System::Text::Encoding::GetString(const System::Details::ArrayView<uint8_t> &bytes)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| bytes | const System::Details::ArrayView<uint8_t>& | Buffer에서 바이트를 읽기 위한. |
ReturnValue
String of decoded characters.
또 보기
- Class String
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++
Encoding::GetString(const System::Details::ArrayView<uint8_t>&, int, int) method
바이트 버퍼를 문자열로 디코딩합니다.
virtual String System::Text::Encoding::GetString(const System::Details::ArrayView<uint8_t> &bytes, int index, int count)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| bytes | const System::Details::ArrayView<uint8_t>& | Buffer에서 바이트를 읽기 위한. |
| index | int | 입력 버퍼 오프셋. |
| count | int | 입력 버퍼 크기. |
ReturnValue
String of decoded characters.
또 보기
- Class String
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++
Encoding::GetString(System::Details::StackArray<uint8_t, N>&) method
바이트 버퍼를 문자열로 디코딩합니다.
template<std::size_t> String System::Text::Encoding::GetString(System::Details::StackArray<uint8_t, N> &bytes)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| bytes | System::Details::StackArray<uint8_t, N>& | Buffer에서 바이트를 읽기 위한. |
ReturnValue
String of decoded characters.
또 보기
- Class String
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++
Encoding::GetString(System::Details::StackArray<uint8_t, N>, int, int) method
바이트 버퍼를 문자열로 디코딩합니다.
template<std::size_t> String System::Text::Encoding::GetString(System::Details::StackArray<uint8_t, N> bytes, int index, int count)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| bytes | System::Details::StackArray<uint8_t, N> | Buffer에서 바이트를 읽기 위한. |
| index | int | 입력 버퍼 오프셋. |
| count | int | 입력 버퍼 크기. |
ReturnValue
String of decoded characters.
또 보기
- Class String
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++
Encoding::GetString(uint8_t *, int) method
바이트 버퍼를 문자열로 디코딩합니다.
virtual String System::Text::Encoding::GetString(uint8_t *bytes, int byte_count)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| bytes | uint8_t * | Buffer에서 바이트를 읽기 위한. |
| byte_count | int | 입력 버퍼 크기. |
ReturnValue
String of decoded characters.
또 보기
- Class String
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++