Version: 2023.1
언어: 한국어
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.