Determines whether the end of this instance matches the specified String.
Namespace:
NHibernate.SqlCommandAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function EndsWith ( _ value As String _ ) As Boolean |
C# |
---|
public bool EndsWith( string value ) |
Visual C++ |
---|
public: bool EndsWith( String^ value ) |
JavaScript |
---|
function endsWith(value); |
Parameters
- value
- Type: System..::.String
A string to seek at the end.