[This is preliminary documentation and is subject to change.]

Returns whether journal contains specified text or not.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool Contains(
	bool ignoreCase,
	string text
)
Public Shared Function Contains ( _
	ignoreCase As Boolean, _
	text As String _
) As Boolean
public:
static bool Contains(
	bool ignoreCase, 
	String^ text
)

Parameters

ignoreCase
Boolean
Specifies whether test will be case sensitive or not.
text
String

Return Value

See Also