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

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

source
String.
characters
Position.

Glossary Item Box

Returns string that is a substring of the current instance starting with the specified position and to the end.

Синтаксис

[Extension()] 
public static string Chop( 
   string source, 
   int characters 
)

Параметры

source
String.
characters
Position.

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

The string equivalent to the substring of this instance and starts with the characters position.

Заметки

Overloaded method.

Extensible method for the System.String class.

Смотри также

© Terrasoft 2002-2017.

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

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