AttributedString   - преобразование (String to AttributedString)

Defines an implicit conversion from a regular string to an attributedString.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public static implicit operator AttributedString (
	string value
)

Параметры

value  String
String value of the attributed string being created

Возвращаемое значение

AttributedString
An attributed string initialized with the specified value

См. также