Version: 2023.2
言語: 日本語
public bool StartsWith (char c, stringComparison stringComparison);

パラメーター

c A character.
stringComparison A string comparison option.

戻り値

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

説明

Checks if the StringView starts with the character c.


public bool StartsWith (string v, stringComparison sc);

パラメーター

v A string.
sc A string comparison option.

戻り値

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

説明

Checks if the StringView starts with the string v.