Language

LengthHeightUnit.Implicit Operator

Definition

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

e
LengthHeightUnit

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.

Returns

Applies to