Event.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Implicit(Event to String) |
Converts a Event to its string representation. |
| Implicit(String to Event) |
Converts a string to Event. |
Implicit(Event to String)
Converts a Event to its string representation.
public static implicit operator string(Azure.Connectors.Sdk.TextRequest.Models.Event value);
static member op_Implicit : Azure.Connectors.Sdk.TextRequest.Models.Event -> string
Public Shared Widening Operator CType (value As Event) As String
Parameters
- value
- Event
Returns
Applies to
Implicit(String to Event)
Converts a string to Event.
public static implicit operator Azure.Connectors.Sdk.TextRequest.Models.Event(string value);
static member op_Implicit : string -> Azure.Connectors.Sdk.TextRequest.Models.Event
Public Shared Widening Operator CType (value As String) As Event
Parameters
- value
- String