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

UriUtilities.Contains - метод Смотри также  Terrasoft.Common - пространство имен > UriUtilities - класс : Contains - метод C#

source
Primary argument.
value
Search string.

Glossary Item Box

Determines whether this System.Uri instance contains specified string.

Синтаксис

[Extension()] 
public static bool Contains( 
   Uri source, 
   string value 
)

Параметры

source
Primary argument.
value
Search string.

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

true if this instance contains the string specified in the value parameter; otherwise – false.

Заметки

Extensible method for the System.Uri class.

Смотри также

© Terrasoft 2002-2017.

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

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