System::Text::Encoding::GetEncoding method
محتويات
[
يخفي
]Encoding::GetEncoding(const String&) method
يحصل على الترميز حسب الاسم.
static EncodingPtr System::Text::Encoding::GetEncoding(const String &name)
| Parameter | Type | الوصف |
|---|---|---|
| name | const String& | اسم Encoding. |
ReturnValue
Encoding of specified name.
انظر أيضًا
- Typedef EncodingPtr
- Class String
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++
Encoding::GetEncoding(const String&, const EncoderFallbackPtr&, const DecoderFallbackPtr&) method
يحصل على الترميز حسب الاسم.
static EncodingPtr System::Text::Encoding::GetEncoding(const String &name, const EncoderFallbackPtr &encoder_fallback, const DecoderFallbackPtr &decoder_fallback)
| Parameter | Type | الوصف |
|---|---|---|
| name | const String& | اسم Encoding. |
| encoder_fallback | const EncoderFallbackPtr& | البديل للاستخدام في الترميز. |
| decoder_fallback | const DecoderFallbackPtr& | البديل للاستخدام في فك الترميز. |
ReturnValue
Encoding of specified name.
انظر أيضًا
- Typedef EncodingPtr
- Class String
- Typedef EncoderFallbackPtr
- Typedef DecoderFallbackPtr
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++
Encoding::GetEncoding(int) method
يحصل على الترميز حسب صفحة الشيفرة.
static EncodingPtr System::Text::Encoding::GetEncoding(int codepage)
| Parameter | Type | الوصف |
|---|---|---|
| codepage | int | رقم صفحة الترميز. |
ReturnValue
Encoding of specified codepage.
انظر أيضًا
- Typedef EncodingPtr
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++
Encoding::GetEncoding(int, const EncoderFallbackPtr&, const DecoderFallbackPtr&) method
يحصل على الترميز حسب صفحة الشيفرة.
static EncodingPtr System::Text::Encoding::GetEncoding(int codepage, const EncoderFallbackPtr &encoder_fallback, const DecoderFallbackPtr &decoder_fallback)
| Parameter | Type | الوصف |
|---|---|---|
| codepage | int | رقم صفحة الترميز. |
| encoder_fallback | const EncoderFallbackPtr& | البديل للاستخدام في الترميز. |
| decoder_fallback | const DecoderFallbackPtr& | البديل للاستخدام في فك الترميز. |
ReturnValue
Encoding of specified codepage.
انظر أيضًا
- Typedef EncodingPtr
- Typedef EncoderFallbackPtr
- Typedef DecoderFallbackPtr
- Class Encoding
- Namespace System::Text
- Library Aspose.Page for C++