Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: bool EndsWith(this string, char?)

Declaration

public static bool EndsWith(
    this string str,
    char? ch
)

Summary

Returns true if and only if this string ends with the specified character.

See also