Checks if buffer ends with specified string.
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public bool EndsWith( string str, string encoding ) |
Visual Basic |
---|
Public Function EndsWith ( _ str As String, _ encoding As String _ ) As Boolean |
Visual C++ |
---|
public: bool EndsWith( String^ str, String^ encoding ) |
Parameters
- str
- Type: System..::..String
The string to search for.
- encoding
- Type: System..::..String
The encoding to use with the search.
Return Value

true

false