Sdílet prostřednictvím


CoreNetworkType.Implicit Operator

Definition

Overloads

Implicit(CoreNetworkType to String)

Implicit operator to convert CoreNetworkType to string

Implicit(String to CoreNetworkType)

Implicit operator to convert string to CoreNetworkType

Implicit(CoreNetworkType to String)

Implicit operator to convert CoreNetworkType to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.CoreNetworkType e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.CoreNetworkType -> string
Public Shared Widening Operator CType (e As CoreNetworkType) As String

Parameters

e
CoreNetworkType

the value to convert to an instance of CoreNetworkType.

Returns

Applies to

Implicit(String to CoreNetworkType)

Implicit operator to convert string to CoreNetworkType

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.CoreNetworkType (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.CoreNetworkType
Public Shared Widening Operator CType (value As String) As CoreNetworkType

Parameters

value
String

the value to convert to an instance of CoreNetworkType.

Returns

Applies to