Gets if source string ends with specified value. Compare is case-sensitive.

C# | Visual Basic | Visual C++ | F# |
public bool EndsWith( string value )
Public Function EndsWith ( value As String ) As Boolean
public: bool EndsWith( String^ value )
member EndsWith : value : string -> bool

- value (String)
- Start string value.

Boolean
Returns true if source string ends with specified value.
Returns true if source string ends with specified value.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119