LumiSoft Net Help
EndsWith Method (value, case_sensitive)
NamespacesLumiSoft.NetStringReaderEndsWith(String, Boolean)
Gets if source string ends with specified value.
Declaration Syntax
C#Visual BasicVisual C++F#
public bool EndsWith(
	string value,
	bool case_sensitive
)
Public Function EndsWith ( 
	value As String,
	case_sensitive As Boolean
) As Boolean
public:
bool EndsWith(
	String^ value, 
	bool case_sensitive
)
member EndsWith : 
        value : string * 
        case_sensitive : bool -> bool 
Parameters
value (String)
Start string value.
case_sensitive (Boolean)
Specifies if compare is case-sensitive.
Return Value
Boolean
Returns true if source string ends with specified value.

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