Click or drag to resize
StringExtrasReplaceAllChars Method (String, String, 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,
	string replaceTheseChars,
	char withThis
)

Parameters

origString
Type: SystemString
replaceTheseChars
Type: SystemString
withThis
Type: SystemChar

Return Value

Type: String
See Also