Path.EndsInDirectorySeparator Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
EndsInDirectorySeparator(ReadOnlySpan<Char>) |
Returns a value that indicates whether the path, specified as a read-only span, ends in a directory separator. |
EndsInDirectorySeparator(String) |
Returns a value that indicates whether the specified path ends in a directory separator. |
- Source:
- Path.cs
- Source:
- Path.cs
- Source:
- Path.cs
Returns a value that indicates whether the path, specified as a read-only span, ends in a directory separator.
public:
static bool EndsInDirectorySeparator(ReadOnlySpan<char> path);
public static bool EndsInDirectorySeparator(ReadOnlySpan<char> path);
static member EndsInDirectorySeparator : ReadOnlySpan<char> -> bool
Public Shared Function EndsInDirectorySeparator (path As ReadOnlySpan(Of Char)) As Boolean
Parameters
- path
- ReadOnlySpan<Char>
The path to analyze.
Returns
true
if the path ends in a directory separator; otherwise, false
.
Applies to
.NET 9 and other versions
Product | Versions |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
- Source:
- Path.cs
- Source:
- Path.cs
- Source:
- Path.cs
Returns a value that indicates whether the specified path ends in a directory separator.
public:
static bool EndsInDirectorySeparator(System::String ^ path);
public static bool EndsInDirectorySeparator(string path);
public static bool EndsInDirectorySeparator(string? path);
static member EndsInDirectorySeparator : string -> bool
Public Shared Function EndsInDirectorySeparator (path As String) As Boolean
Parameters
- path
- String
The path to analyze.
Returns
true
if the path ends in a directory separator; otherwise, false
.
Applies to
.NET 9 and other versions
Product | Versions |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: