System::Text::Encoding::GetByteCount 메서드
내용물
[
숨다
]Encoding::GetByteCount(ArrayPtr<char_t>) method
문자 버퍼를 인코딩하는 데 필요한 문자 수를 가져옵니다.
virtual int System::Text::Encoding::GetByteCount(ArrayPtr<char_t> chars)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| chars | ArrayPtr<char_t> | 문자 버퍼. |
ReturnValue
필요한 버퍼 크기.
또 보기
- Typedef ArrayPtr
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++
Encoding::GetByteCount(ArrayPtr<char_t>, int, int) method
문자 버퍼를 인코딩하는 데 필요한 문자 수를 가져옵니다.
virtual int System::Text::Encoding::GetByteCount(ArrayPtr<char_t> chars, int index, int count)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| chars | ArrayPtr<char_t> | 문자 버퍼. |
| index | int | Slice 시작. |
| count | int | 슬라이스 크기. |
ReturnValue
필요한 버퍼 크기.
또 보기
- Typedef ArrayPtr
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++
Encoding::GetByteCount(const char_t *, int) method
문자 버퍼를 인코딩하는 데 필요한 문자 수를 가져옵니다.
virtual int System::Text::Encoding::GetByteCount(const char_t *chars, int count)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| chars | const char_t * | 문자 버퍼. |
| count | int | Buffer 크기. |
ReturnValue
필요한 버퍼 크기.
또 보기
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++
Encoding::GetByteCount(const String&) method
문자열을 인코딩하는 데 필요한 문자 수를 가져옵니다.
virtual int System::Text::Encoding::GetByteCount(const String &s)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| s | const String& | String을 인코딩할 대상. |
ReturnValue
필요한 버퍼 크기.
또 보기
- Class String
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++
Encoding::GetByteCount(const System::Details::StackArray<char_t, N>&, int, int) method
문자 버퍼를 인코딩하는 데 필요한 문자 수를 가져옵니다.
template<std::size_t> int System::Text::Encoding::GetByteCount(const System::Details::StackArray<char_t, N> &chars, int index, int count)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| chars | const System::Details::StackArray<char_t, N>& | 문자 버퍼. |
| index | int | Slice 시작. |
| count | int | 슬라이스 크기. |
ReturnValue
필요한 버퍼 크기.
또 보기
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++
Encoding::GetByteCount(System::Details::ArrayView<char_t>, int, int) method
문자 버퍼를 인코딩하는 데 필요한 문자 수를 가져옵니다.
virtual int System::Text::Encoding::GetByteCount(System::Details::ArrayView<char_t> chars, int index, int count)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| chars | System::Details::ArrayView<char_t> | 문자 버퍼. |
| index | int | Slice 시작. |
| count | int | 슬라이스 크기. |
ReturnValue
필요한 버퍼 크기.
또 보기
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++