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

StringUtilities.LeftOf(String,Char) - метод Смотри также  Terrasoft.Common - пространство имен > StringUtilities - класс > LeftOf - метод : LeftOf(String,Char) - метод C#

source
String.
value
The character that denotes the beginning of the substring.

Glossary Item Box

Gets substring that is located to the left of the first occurrence of the specified character in the current instance.

Синтаксис

[Extension()] 
public static string LeftOf( 
   string source, 
   char value 
)

Параметры

source
String.
value
The character that denotes the beginning of the substring.

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

The string that is equivalent to the substring that begins with the 0 position in this instance and has length that is equal to the position of the first occurrence of the specified character in this instance.

Заметки

Overloaded method.

Extensible method for the System.String class.

Смотри также

© Terrasoft 2002-2017.

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

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