StringUtilities.LeftOf - метод Смотри также Terrasoft.Common - пространство имен > StringUtilities - класс : LeftOf - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
LeftOf(String,Char) | Gets substring that is located to the left of the first occurrence of the specified character in the current instance. |
LeftOf(String,String) | Gets substring that is located to the left of the first occurrence of the specified substring in the current instance. |
LeftOf(String,Char,Int32) | Gets substring that is located in this instance to the left of the first occurrence of the specified character starting with the specified position. |