Parse.Implicit Operator

Definition

Overloads

Name Description
Implicit(Parse to String)

Converts a Parse to its string representation.

Implicit(String to Parse)

Converts a string to Parse.

Implicit(Parse to String)

Converts a Parse to its string representation.

public static implicit operator string(Azure.Connectors.Sdk.Slack.Models.Parse value);
static member op_Implicit : Azure.Connectors.Sdk.Slack.Models.Parse -> string
Public Shared Widening Operator CType (value As Parse) As String

Parameters

value
Parse

Returns

Applies to

Implicit(String to Parse)

Converts a string to Parse.

public static implicit operator Azure.Connectors.Sdk.Slack.Models.Parse(string value);
static member op_Implicit : string -> Azure.Connectors.Sdk.Slack.Models.Parse
Public Shared Widening Operator CType (value As String) As Parse

Parameters

value
String

Returns

Applies to