Replace(Span<char>, char, char) Method
Namespace
Statiq.Common
Containing Type
SpanExtensions

Syntax

public static bool Replace(this in Span<char> str, char oldChar, char newChar)

Parameters

Name Type Description
str Span<char>
oldChar char
newChar char

Return Value

Type Description
bool