Version: 2023.1
言語: 日本語
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.