Udostępnij za pośrednictwem


PlatformType.Implicit Operator

Definition

Overloads

Implicit(PlatformType to String)

Implicit operator to convert PlatformType to string

Implicit(String to PlatformType)

Implicit operator to convert string to PlatformType

Implicit(PlatformType to String)

Implicit operator to convert PlatformType to string

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

Parameters

e
PlatformType

the value to convert to an instance of PlatformType.

Returns

Applies to

Implicit(String to PlatformType)

Implicit operator to convert string to PlatformType

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

Parameters

value
String

the value to convert to an instance of PlatformType.

Returns

Applies to