Counts the unquoted instances of the character.

Namespace: NHibernate.Util
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static int CountUnquoted(
	string str,
	char character
)
Visual Basic
Public Shared Function CountUnquoted ( _
	str As String, _
	character As Char _
) As Integer
Visual C++
public:
static int CountUnquoted(
	String^ str, 
	wchar_t character
)

Parameters

str
Type: System..::..String

[Missing <param name="str"/> documentation for "M:NHibernate.Util.StringHelper.CountUnquoted(System.String,System.Char)"]

character
Type: System..::..Char

[Missing <param name="character"/> documentation for "M:NHibernate.Util.StringHelper.CountUnquoted(System.String,System.Char)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Util.StringHelper.CountUnquoted(System.String,System.Char)"]

See Also