Modifier

Partager via


Path.IsPathRooted Method

Definition

Overloads

IsPathRooted(ReadOnlySpan<Char>)
IsPathRooted(String)

IsPathRooted(ReadOnlySpan<Char>)

public:
 static bool IsPathRooted(ReadOnlySpan<char> path);
public static bool IsPathRooted (ReadOnlySpan<char> path);
static member IsPathRooted : ReadOnlySpan<char> -> bool
Public Shared Function IsPathRooted (path As ReadOnlySpan(Of Char)) As Boolean

Parameters

Returns

Applies to

IsPathRooted(String)

public:
 static bool IsPathRooted(System::String ^ path);
public static bool IsPathRooted (string? path);
static member IsPathRooted : string -> bool
Public Shared Function IsPathRooted (path As String) As Boolean

Parameters

path
String

Returns

Applies to