Version: 2022.3
언어: 한국어
public bool EndsWith (char c, stringComparison sc);

파라미터

c A character.
sc A string comparison option.

반환

bool True if the StringView ends with c, otherwise false.

설명

Checks if the StringView ends with the character c.


public bool EndsWith (string v, stringComparison sc);

파라미터

v A string.
sc A string comparison option.

반환

bool True if the StringView ends with v, otherwise false.

설명

Checks if the StringView ends with the string v.