Click or drag to resize
StringExtrasReplaceAllChars Method (String, Char, Char)
Replace all instances of a char with another char

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string ReplaceAllChars(
	string origString,
	char replaceThis,
	char withThis
)

Parameters

origString
Type: SystemString
replaceThis
Type: SystemChar
withThis
Type: SystemChar

Return Value

Type: String
See Also