ReplaceInvalidPathChars(Span<char>, char) Method
Namespace
Statiq.Common
Containing Type
NormalizedPath

Syntax

public static bool ReplaceInvalidPathChars(in Span<char> path, char newChar = '-')

Parameters

Name Type Description
path Span<char>
newChar char

Return Value

Type Description
bool