StringUtilities.Between - метод Смотри также Terrasoft.Common - пространство имен > StringUtilities - класс : Between - метод C#
- source
- String.
- startDelimiter
- Start separator.
- endDelimiter
- End separator.
Glossary Item Box
[Extension()] public static string Between( string source, string startDelimiter, string endDelimiter )
Параметры
- source
- String.
- startDelimiter
- Start separator.
- endDelimiter
- End separator.
Тип возвращаемого значения
The string that is equivalent to the substring located between the start and end separators.Extensible method for the System.String class.