'Declaration Public Overloads Shared Function Create( _
ByVal valueText to search.As System.String, _
ByVal ignoreCaseA value indicating whether the case sensitivity should be ignored.As Boolean _
) As TextSearchEngine
public static TextSearchEngine Create(
System.String value,
bool ignoreCase
)
public: static TextSearchEngine* Create(
System.String value,
bool ignoreCase
)
public:
static TextSearchEngine^ Create(
System.String value,
bool ignoreCase
)
Parameters
- value
- Text to search.
- ignoreCase
- A value indicating whether the case sensitivity should be ignored.
Return Value
A new text search engine.