CardAction.Implicit(String to CardAction) 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.
Implicit conversion of string to CardAction to simplify creation of CardActions with string values.
public static implicit operator Microsoft.Bot.Schema.CardAction (string input);
static member op_Implicit : string -> Microsoft.Bot.Schema.CardAction
Public Shared Widening Operator CType (input As String) As CardAction
Parameters
- input
- String
input.