Counts the unquoted instances of the character.
Namespace:
NHibernate.UtilAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function CountUnquoted ( _ str As String, _ character As Char _ ) As Integer |
C# |
---|
public static int CountUnquoted( string str, char character ) |
Visual C++ |
---|
public: static int CountUnquoted( String^ str, wchar_t character ) |
JavaScript |
---|
NHibernate.Util.StringHelper.countUnquoted = function(str, character); |