طريقة System::Globalization::CompareInfo::IndexOf
CompareInfo::IndexOf(const String&, char16_t) const method
يبحث عن الحرف المحدد.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value) const
| معامل | نوع | الوصف |
|---|---|---|
| المصدر | const String& | سلسلة المصدر. |
| قيمة | char16_t | حرف. |
ReturnValue
فهرس قيمة البحث في سلسلة المصدر أو -1 إذا لم يتم العثور عليها.
انظر أيضًا
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, char16_t, CompareOptions) const method
يبحث عن الحرف المحدد. يدعم فقط وضع Ordinal.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value, CompareOptions options) const
| معامل | نوع | الوصف |
|---|---|---|
| المصدر | const String& | سلسلة المصدر. |
| قيمة | char16_t | حرف. |
| الخيارات | CompareOptions | خيارات البحث. |
ReturnValue
فهرس قيمة البحث في سلسلة المصدر أو -1 إذا لم يتم العثور عليها.
انظر أيضًا
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, char16_t, int) const method
يبحث عن الحرف المحدد.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value, int start_index) const
| معامل | نوع | الوصف |
|---|---|---|
| المصدر | const String& | سلسلة المصدر. |
| قيمة | char16_t | حرف. |
| start_index | int | فهرس بدء البحث في سلسلة المصدر. |
ReturnValue
فهرس قيمة البحث في سلسلة المصدر أو -1 إذا لم يتم العثور عليها.
انظر أيضًا
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, char16_t, int, CompareOptions) const method
يبحث عن الحرف المحدد. يدعم فقط وضع Ordinal.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value, int start_index, CompareOptions options) const
| معامل | نوع | الوصف |
|---|---|---|
| المصدر | const String& | سلسلة المصدر. |
| قيمة | char16_t | حرف. |
| start_index | int | فهرس بدء البحث في سلسلة المصدر. |
| الخيارات | CompareOptions | خيارات البحث. |
ReturnValue
فهرس قيمة البحث في سلسلة المصدر أو -1 إذا لم يتم العثور عليها.
انظر أيضًا
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, char16_t, int, int) const method
يبحث عن الحرف المحدد.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value, int start_index, int count) const
| معامل | نوع | الوصف |
|---|---|---|
| المصدر | const String& | سلسلة المصدر. |
| قيمة | char16_t | حرف. |
| start_index | int | فهرس بدء البحث في سلسلة المصدر. |
| count | int | عدد الأحرف في سلسلة المصدر. |
ReturnValue
فهرس قيمة البحث في سلسلة المصدر أو -1 إذا لم يتم العثور عليها.
انظر أيضًا
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, char16_t, int, int, CompareOptions) const method
يبحث عن الحرف المحدد. يدعم فقط وضع Ordinal.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, char16_t value, int start_index, int count, CompareOptions options) const
| معامل | نوع | الوصف |
|---|---|---|
| المصدر | const String& | سلسلة المصدر. |
| قيمة | char16_t | حرف. |
| start_index | int | فهرس بدء البحث في سلسلة المصدر. |
| count | int | عدد الأحرف في سلسلة المصدر. |
| الخيارات | CompareOptions | خيارات البحث. |
ReturnValue
فهرس قيمة البحث في سلسلة المصدر أو -1 إذا لم يتم العثور عليها.
انظر أيضًا
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, const String&) const method
يبحث عن سلسلة فرعية.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, const String &value) const
| معامل | نوع | الوصف |
|---|---|---|
| المصدر | const String& | سلسلة المصدر. |
| قيمة | const String& | قيمة البحث. |
ReturnValue
فهرس قيمة البحث في سلسلة المصدر أو -1 إذا لم يتم العثور عليها.
انظر أيضًا
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, const String&, CompareOptions) const method
يبحث عن سلسلة فرعية. يدعم فقط وضع Ordinal.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, const String &value, CompareOptions options) const
| معامل | نوع | الوصف |
|---|---|---|
| المصدر | const String& | سلسلة المصدر. |
| قيمة | const String& | قيمة البحث. |
| الخيارات | CompareOptions | خيارات البحث. |
ReturnValue
فهرس قيمة البحث في سلسلة المصدر أو -1 إذا لم يتم العثور عليها.
انظر أيضًا
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, const String&, int) const method
يبحث عن سلسلة فرعية.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, const String &value, int start_index) const
| معامل | نوع | الوصف |
|---|---|---|
| المصدر | const String& | سلسلة المصدر. |
| قيمة | const String& | قيمة البحث. |
| start_index | int | فهرس بدء البحث في سلسلة المصدر. |
ReturnValue
فهرس قيمة البحث في سلسلة المصدر أو -1 إذا لم يتم العثور عليها.
انظر أيضًا
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, const String&, int, CompareOptions) const method
يبحث عن سلسلة فرعية. يدعم فقط وضع Ordinal.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, const String &value, int start_index, CompareOptions options) const
| معامل | نوع | الوصف |
|---|---|---|
| المصدر | const String& | سلسلة المصدر. |
| قيمة | const String& | قيمة البحث. |
| start_index | int | فهرس بدء البحث في سلسلة المصدر. |
| الخيارات | CompareOptions | خيارات البحث. |
ReturnValue
فهرس قيمة البحث في سلسلة المصدر أو -1 إذا لم يتم العثور عليها.
انظر أيضًا
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, const String&, int, int) const method
يبحث عن سلسلة فرعية.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, const String &value, int start_index, int count) const
| معامل | نوع | الوصف |
|---|---|---|
| المصدر | const String& | سلسلة المصدر. |
| قيمة | const String& | قيمة البحث. |
| start_index | int | فهرس بدء البحث في سلسلة المصدر. |
| count | int | عدد الأحرف في سلسلة المصدر. |
ReturnValue
فهرس قيمة البحث في سلسلة المصدر أو -1 إذا لم يتم العثور عليها.
انظر أيضًا
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CompareInfo::IndexOf(const String&, const String&, int, int, CompareOptions) const method
يبحث عن سلسلة فرعية. يدعم فقط وضع Ordinal.
virtual int System::Globalization::CompareInfo::IndexOf(const String &source, const String &value, int start_index, int count, CompareOptions options) const
| معامل | نوع | الوصف |
|---|---|---|
| المصدر | const String& | سلسلة المصدر. |
| قيمة | const String& | قيمة البحث. |
| start_index | int | فهرس بدء البحث في سلسلة المصدر. |
| count | int | عدد الأحرف في سلسلة المصدر. |
| الخيارات | CompareOptions | خيارات البحث. |
ReturnValue
فهرس قيمة البحث في سلسلة المصدر أو -1 إذا لم يتم العثور عليها.
انظر أيضًا
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++