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

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

source
String.
value
Substring.

Glossary Item Box

Gets substring that is located to the right of the last occurrence of the specified substring in the current instance.

Синтаксис

[Extension()] 
public static string RightOfRightmostOf( 
   string source, 
   string value 
)

Параметры

source
String.
value
Substring.

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

The string that is equivalent to the substring that begins with the position of the last occurrence of the specified substring in this instance.

Заметки

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

Смотри также

© Terrasoft 2002-2017.

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

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