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

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

source
String.
oldValue
The string to replace.
newValue
The replacement string for the last oldValue occurrence.

Glossary Item Box

Replaces the last occurrence of the specified string in this instance with a different specified string.

Синтаксис

[Extension()] 
public static string ReplaceLastInstanceOf( 
   string source, 
   string oldValue, 
   string newValue 
)

Параметры

source
String.
oldValue
The string to replace.
newValue
The replacement string for the last oldValue occurrence.

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

The string that is equivalent to the current string, but has the duplicate occurrences of oldValue replaced with newValue.

Заметки

Extensible method for the System.String class.

Смотри также

© Terrasoft 2002-2017.

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

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