- Namespace
- Statiq
.Common - Containing Type
- MemoryExtensions
Syntax
public static bool Replace(this in Memory<char> str, char[] oldChars, char newChar)
Parameters
| Name | Type | Description |
|---|---|---|
| str | Memory |
|
| oldChars | char[] | |
| newChar | char |
Return Value
| Type | Description |
|---|---|
| bool |