IGEditorUtils.

AllBackslashes(string) Method

Summary

Replaces any forward slashes with backslashes: / -> \.

Syntax

public static string AllBackslashes(this string str)

Parameters

Name Type Description
str string

Return Value

Type Description
string