Gets if source string ends with specified value. Compare is case-sensitive.
Declaration Syntax
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
Parameters
- value (String)
- Start string value.
Return 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