StringExtensions.NormalizeSeparators(String) Method
Definition
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.
Ensures directory separator chars in provided string are platform independent. Given path might use \ or / but not all platforms support both.
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ NormalizeSeparators(System::String ^ path);
public static string NormalizeSeparators (this string path);
static member NormalizeSeparators : string -> string
<Extension()>
Public Function NormalizeSeparators (path As String) As String
Parameters
- path
- String