WeaverUtilities.

ReplaceSlashesForward(string) Method

Summary

Replaces back slashes with forward slashes (\ -> /).
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
WeaverUtilities

Syntax

public static string ReplaceSlashesForward(this string str)

Parameters

Name Type Description
str string

Return Value

Type Description
string