Namespace:
NHibernate.Util
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function LastIndexOfLetter ( _ str As String _ ) As Integer |
C# |
---|
public static int LastIndexOfLetter( string str ) |
Visual C++ |
---|
public: static int LastIndexOfLetter( String^ str ) |
JavaScript |
---|
NHibernate.Util.StringHelper.lastIndexOfLetter = function(str); |
Parameters
- str
- Type: System..::.String