Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

StringUtilities.Replace(String,String,String,StringComparison) - метод Смотри также  Terrasoft.Common - пространство имен > StringUtilities - класс > Replace - метод : Replace(String,String,String,StringComparison) - метод C#

source
String.
pattern
The string to replace.
replacement
The replacement string for all pattern occurrences.
comparisonType
Comparison type (settings).

Glossary Item Box

Replaces all occurrences of the specified string in this instance with a different specified string using the specified comparison settings (language, regional parameters, register, sorting rules).

Синтаксис

Параметры

source
String.
pattern
The string to replace.
replacement
The replacement string for all pattern occurrences.
comparisonType
Comparison type (settings).

Тип возвращаемого значения

The instance that is equivalent to the current one, but has all occurrences of pattern replaced with replacement.

Заметки

Overloaded method.

Extensible method for the System.String class.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?