LengthHeightUnit.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(LengthHeightUnit to String) |
Implicit operator to convert LengthHeightUnit to string |
| Implicit(String to LengthHeightUnit) |
Implicit operator to convert string to LengthHeightUnit |
Implicit(LengthHeightUnit to String)
Implicit operator to convert LengthHeightUnit to string
public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.LengthHeightUnit e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.LengthHeightUnit -> string
Public Shared Widening Operator CType (e As LengthHeightUnit) As String
Parameters
the value to convert to an instance of LengthHeightUnit.
Returns
Applies to
Implicit(String to LengthHeightUnit)
Implicit operator to convert string to LengthHeightUnit
public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.LengthHeightUnit(string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.LengthHeightUnit
Public Shared Widening Operator CType (value As String) As LengthHeightUnit
Parameters
- value
- String
the value to convert to an instance of LengthHeightUnit.