Share via


IsReadOnly.Implicit Operator

Definition

Overloads

Implicit(IsReadOnly to String)

Implicit operator to convert IsReadOnly to string

Implicit(String to IsReadOnly)

Implicit operator to convert string to IsReadOnly

Implicit(IsReadOnly to String)

Implicit operator to convert IsReadOnly to string

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

Parameters

e
IsReadOnly

the value to convert to an instance of IsReadOnly.

Returns

Applies to

Implicit(String to IsReadOnly)

Implicit operator to convert string to IsReadOnly

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

Parameters

value
String

the value to convert to an instance of IsReadOnly.

Returns

Applies to