Share via


LedgerType.Implicit Operator

Definition

Overloads

Implicit(LedgerType to String)

Implicit operator to convert LedgerType to string

Implicit(String to LedgerType)

Implicit operator to convert string to LedgerType

Implicit(LedgerType to String)

Implicit operator to convert LedgerType to string

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

Parameters

e
LedgerType

the value to convert to an instance of LedgerType.

Returns

Applies to

Implicit(String to LedgerType)

Implicit operator to convert string to LedgerType

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

Parameters

value
String

the value to convert to an instance of LedgerType.

Returns

Applies to