次の方法で共有


ParserHelpers.IsNewLine メソッド

定義

オーバーロード

IsNewLine(Char)
IsNewLine(String)

IsNewLine(Char)

public:
 static bool IsNewLine(char value);
public static bool IsNewLine (char value);
static member IsNewLine : char -> bool
Public Shared Function IsNewLine (value As Char) As Boolean

パラメーター

value
Char

戻り値

適用対象

IsNewLine(String)

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

パラメーター

value
String

戻り値

適用対象