State.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(State to String) |
Converts a State to its string representation. |
| Implicit(String to State) |
Converts a string to State. |
Implicit(State to String)
Converts a State to its string representation.
public static implicit operator string(Azure.Connectors.Sdk.GitHub.Models.State value);
static member op_Implicit : Azure.Connectors.Sdk.GitHub.Models.State -> string
Public Shared Widening Operator CType (value As State) As String
Parameters
- value
- State
Returns
Applies to
Implicit(String to State)
Converts a string to State.
public static implicit operator Azure.Connectors.Sdk.GitHub.Models.State(string value);
static member op_Implicit : string -> Azure.Connectors.Sdk.GitHub.Models.State
Public Shared Widening Operator CType (value As String) As State
Parameters
- value
- String