StringExtrasReplaceAllChars Method (String, String, Char) |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string ReplaceAllChars(
string origString,
string replaceTheseChars,
char withThis
)
Public Shared Function ReplaceAllChars (
origString As String,
replaceTheseChars As String,
withThis As Char
) As String
public:
static String^ ReplaceAllChars(
String^ origString,
String^ replaceTheseChars,
wchar_t withThis
)
static member ReplaceAllChars :
origString : string *
replaceTheseChars : string *
withThis : char -> string
Parameters
- origString
- Type: SystemString
- replaceTheseChars
- Type: SystemString
- withThis
- Type: SystemChar
Return Value
Type:
String
See Also