AttributedString - преобразование (String to AttributedString) |
Defines an implicit conversion from a regular string to an attributedString.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public static implicit operator AttributedString (
string value
)
Public Shared Widening Operator CType (
value As String
) As AttributedString
static implicit operator AttributedString^ (
String^ value
)
F# не поддерживает объявление новых операторов приведения.
Параметры
- value
- Тип: SystemString
String value of the attributed string being created
Возвращаемое значение
Тип:
AttributedStringAn attributed string initialized with the specified value
См. также