طريقة System::String::TrimEnd
محتويات
[
يخفي
]String::TrimEnd() const method
يزيل جميع أحرف المسافات البيضاء من نهاية السلسلة.
String System::String::TrimEnd() const
ReturnValue
String with no whitespaces at beginning.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::TrimEnd(char_t) const method
يزيل جميع تكرارات الحرف الممرَّر من نهاية السلسلة.
String System::String::TrimEnd(char_t ch) const
| معامل | نوع | الوصف |
|---|---|---|
| ch | char_t | رمز للإزالة. |
ReturnValue
نتيجة الإزالة.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::TrimEnd(const ArrayPtr<char_t>&) const method
يزيل جميع تكرارات الأحرف الممرَّرة من نهاية السلسلة.
String System::String::TrimEnd(const ArrayPtr<char_t> &anyOf) const
| معامل | نوع | الوصف |
|---|---|---|
| anyOf | const ArrayPtr<char_t>& | Array من الأحرف للإزالة. |
ReturnValue
String without removed characters.
انظر أيضًا
- Class String
- Typedef ArrayPtr
- Class String
- Namespace System
- Library Aspose.Font for C++
String::TrimEnd(const String&) const method
يزيل جميع تكرارات الأحرف الممرَّرة من نهاية السلسلة.
String System::String::TrimEnd(const String &anyOf) const
| معامل | نوع | الوصف |
|---|---|---|
| anyOf | const String& | String من الأحرف للإزالة. |
ReturnValue
String without removed characters.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++