LumiSoft Net Help
EndsWith Method (value)
NamespacesLumiSoft.NetStringReaderEndsWith(String)
Gets if source string ends with specified value. Compare is case-sensitive.
Declaration Syntax
C#Visual BasicVisual 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.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119