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
Параметры
- 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.