Determines whether the end of this instance matches the specified String.

Namespace: NHibernate.SqlCommand
Assembly: 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.

Return Value

trueTruetruetrue (True in Visual Basic) if the end of this instance matches value; otherwise, falseFalsefalsefalse (False in Visual Basic)

See Also