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