StringUtilities.Replace(String,Char[],Char) - метод Смотри также Terrasoft.Common - пространство имен > StringUtilities - класс > Replace - метод : Replace(String,Char[],Char) - метод C#
- source
- String.
- symbolsForReplace
- The array of characters to replace.
- replaceSymbol
- The replacement character for all source occurrences.
Glossary Item Box
[Extension()] public static string Replace( string source, char[] symbolsForReplace, char replaceSymbol )
Параметры
- source
- String.
- symbolsForReplace
- The array of characters to replace.
- replaceSymbol
- The replacement character for all source occurrences.
Тип возвращаемого значения
The instance that is equivalent to the current one, but has all occurrences of symbolsForReplace replaced with replaceSymbol.Overloaded method.
Extensible method for the System.String class.