ReplaceInvalidPathChars(string, char) Method
Namespace
Statiq.Common
Containing Type
NormalizedPath

Syntax

public static string ReplaceInvalidPathChars(string path, char newChar = '-')

Parameters

Name Type Description
path string
newChar char

Return Value

Type Description
string