EndsWith
Returns true if text ends with the suffix; otherwise returns false. If both strings are null then returns true.
| Property | Type | Description |
|---|---|---|
| text | String | |
| suffix | String |
Returns true if text ends with the suffix; otherwise returns false. If both strings are null then returns true.
| Property | Type | Description |
|---|---|---|
| text | String | |
| suffix | String |