Share via


DriveState.Implicit Operator

Definition

Overloads

Implicit(DriveState to String)

Implicit operator to convert DriveState to string

Implicit(String to DriveState)

Implicit operator to convert string to DriveState

Implicit(DriveState to String)

Implicit operator to convert DriveState to string

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

Parameters

e
DriveState

the value to convert to an instance of DriveState.

Returns

Applies to

Implicit(String to DriveState)

Implicit operator to convert string to DriveState

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

Parameters

value
String

the value to convert to an instance of DriveState.

Returns

Applies to