Namespace: Spire.Doc.Documents.Converters.Core.Base
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public static bool Contains(
	string text,
	string searchStr,
	bool ignoreCase
)
Public Shared Function Contains ( 
	text As String,
	searchStr As String,
	ignoreCase As Boolean
) As Boolean
public:
static bool Contains(
	String^ text, 
	String^ searchStr, 
	bool ignoreCase
)
static member Contains : 
        text : string * 
        searchStr : string * 
        ignoreCase : bool -> bool 

Parameters

text
String
searchStr
String
ignoreCase
Boolean

Return Value

Boolean

See Also