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

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

source
String.
value
Substring.
start
Position.

Glossary Item Box

Gets substring that is located in this instance to the right of the first occurrence of the specified substring starting with the specified position.

Синтаксис

[Extension()] 
public static string RightOf( 
   string source, 
   string value, 
   int start 
)

Параметры

source
String.
value
Substring.
start
Position.

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

The string that is equivalent to the substring that begins with the position of the first occurrence of the specified substring in this instance. Character search begins with the start position.

Заметки

Overloaded method. Extensible method for the System.String class.

Смотри также

© Terrasoft 2002-2017.

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

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