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

StringUtilities.Remove - метод Смотри также  Terrasoft.Common - пространство имен > StringUtilities - класс : Remove - метод C#

source
String.
symbolsForRemove
Character array to delete.

Glossary Item Box

Deletes the specified character array from this instance.

Синтаксис

[Extension()] 
public static string Remove( 
   string source, 
   char[] symbolsForRemove 
)

Параметры

source
String.
symbolsForRemove
Character array to delete.

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

The new string equal to this instance with the exception of the deleted symbols.

Заметки

Extensible type for the System.String class.

Смотри также

© Terrasoft 2002-2017.

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

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