System::Globalization::CompareInfo::LastIndexOf メソッド
CompareInfo::LastIndexOf(const String&, char16_t) const method
指定された文字の最後の出現箇所を検索します。
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, char16_t value) const
| パラメーター | 型 | 説明 |
|---|---|---|
| source | const String& | ソース文字列。 |
| value | char16_t | 検索値。 |
ReturnValue
検索値がソース文字列内にあるインデックス、見つからない場合は -1。
参照
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, char16_t, CompareOptions) const method
指定された比較オプションを使用して、指定された文字の最後の出現箇所を検索します。
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, char16_t value, CompareOptions options) const
| パラメーター | 型 | 説明 |
|---|---|---|
| source | const String& | ソース文字列。 |
| value | char16_t | 検索値。 |
| options | CompareOptions | オプションを比較します。 |
ReturnValue
検索値がソース文字列内にあるインデックス、見つからない場合は -1。
参照
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, char16_t, int) const method
指定された文字の最後の出現箇所を検索します。
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, char16_t value, int start_index) const
| パラメーター | 型 | 説明 |
|---|---|---|
| source | const String& | ソース文字列。 |
| value | char16_t | 検索値。 |
| start_index | int | ソース文字列内の検索開始インデックス。 |
ReturnValue
検索値がソース文字列内にあるインデックス、見つからない場合は -1。
参照
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, char16_t, int, CompareOptions) const method
指定された比較オプションを使用して、指定された文字の最後の出現箇所を検索します。
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, char16_t value, int start_index, CompareOptions options) const
| パラメーター | 型 | 説明 |
|---|---|---|
| source | const String& | ソース文字列。 |
| value | char16_t | 検索値。 |
| start_index | int | ソース文字列内の検索開始インデックス。 |
| options | CompareOptions | オプションを比較します。 |
ReturnValue
検索値がソース文字列内にあるインデックス、見つからない場合は -1。
参照
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, char16_t, int, int) const method
指定された文字の最後の出現箇所を検索します。
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, char16_t value, int start_index, int count) const
| パラメーター | 型 | 説明 |
|---|---|---|
| source | const String& | ソース文字列。 |
| value | char16_t | 検索値。 |
| start_index | int | ソース文字列内の検索開始インデックス。 |
| count | int | ソース文字列の文字数。 |
ReturnValue
検索値がソース文字列内にあるインデックス、見つからない場合は -1。
参照
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, char16_t, int, int, CompareOptions) const method
指定された比較オプションを使用して、指定された文字の最後の出現箇所を検索します。
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, char16_t value, int start_index, int count, CompareOptions options) const
| パラメーター | 型 | 説明 |
|---|---|---|
| source | const String& | ソース文字列。 |
| value | char16_t | 検索値。 |
| start_index | int | ソース文字列内の検索開始インデックス。 |
| count | int | ソース文字列の文字数。 |
| options | CompareOptions | オプションを比較します。 |
ReturnValue
検索値がソース文字列内にあるインデックス、見つからない場合は -1。
参照
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, const String&) const method
指定された部分文字列の最後の出現箇所を検索します。
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, const String &value) const
| パラメーター | 型 | 説明 |
|---|---|---|
| source | const String& | ソース文字列。 |
| value | const String& | 検索値。 |
ReturnValue
検索値がソース文字列内にあるインデックス、見つからない場合は -1。
参照
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, const String&, CompareOptions) const method
指定された比較オプションを使用して、指定された文字列の最後の出現箇所を検索します。
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, const String &value, CompareOptions options) const
| パラメーター | 型 | 説明 |
|---|---|---|
| source | const String& | ソース文字列。 |
| value | const String& | 検索値。 |
| options | CompareOptions | オプションを比較します。 |
ReturnValue
検索値がソース文字列内にあるインデックス、見つからない場合は -1。
参照
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, const String&, int) const method
指定された文字列の最後の出現箇所を検索します。
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, const String &value, int start_index) const
| パラメーター | 型 | 説明 |
|---|---|---|
| source | const String& | ソース文字列。 |
| value | const String& | 検索値。 |
| start_index | int | ソース文字列内の検索開始インデックス。 |
ReturnValue
検索値がソース文字列内にあるインデックス、見つからない場合は -1。
参照
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, const String&, int, CompareOptions) const method
指定された比較オプションを使用して、指定された文字列の最後の出現箇所を検索します。
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, const String &value, int start_index, CompareOptions options) const
| パラメーター | 型 | 説明 |
|---|---|---|
| source | const String& | ソース文字列。 |
| value | const String& | 検索値。 |
| start_index | int | ソース文字列内の検索開始インデックス。 |
| options | CompareOptions | オプションを比較します。 |
ReturnValue
検索値がソース文字列内にあるインデックス、見つからない場合は -1。
参照
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, const String&, int, int) const method
指定された文字列の最後の出現箇所を検索します。
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, const String &value, int start_index, int count) const
| パラメーター | 型 | 説明 |
|---|---|---|
| source | const String& | ソース文字列。 |
| value | const String& | 検索値。 |
| start_index | int | ソース文字列内の検索開始インデックス。 |
| count | int | ソース文字列の文字数。 |
ReturnValue
検索値がソース文字列内にあるインデックス、見つからない場合は -1。
参照
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::LastIndexOf(const String&, const String&, int, int, CompareOptions) const method
指定された比較オプションを使用して、指定された部分文字列の最後の出現箇所を検索します。
virtual int System::Globalization::CompareInfo::LastIndexOf(const String &source, const String &value, int start_index, int count, CompareOptions options) const
| パラメーター | 型 | 説明 |
|---|---|---|
| source | const String& | ソース文字列。 |
| value | const String& | 検索値。 |
| start_index | int | ソース文字列内の検索開始インデックス。 |
| count | int | ソース文字列の文字数。 |
| options | CompareOptions | オプションを比較します。 |
ReturnValue
検索値がソース文字列内にあるインデックス、見つからない場合は -1。
参照
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++