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

Syntax

public static string ReplaceInvalidFileNameChars(string fileName, char newChar = '-')

Parameters

Name Type Description
fileName string
newChar char

Return Value

Type Description
string