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