CaseInsensitiveComparison.StartsWith(String, String) 메서드

정의

문자열 'value'가 문자열 'possibleStart'로 시작하는지 확인합니다.

public:
 static bool StartsWith(System::String ^ value, System::String ^ possibleStart);
public static bool StartsWith (string value, string possibleStart);
static member StartsWith : string * string -> bool
Public Shared Function StartsWith (value As String, possibleStart As String) As Boolean

매개 변수

value
String
possibleStart
String

반환

적용 대상