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