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