QueueErrorCode.Implicit Operator

Definition

Overloads

Implicit(String to QueueErrorCode)

Source:
QueueErrorCode.cs
Source:
QueueErrorCode.cs

Converts a string to a QueueErrorCode.

public static implicit operator Azure.Storage.Queues.Models.QueueErrorCode(string value);
static member op_Implicit : string -> Azure.Storage.Queues.Models.QueueErrorCode
Public Shared Widening Operator CType (value As String) As QueueErrorCode

Parameters

value
String

The value.

Returns

The QueueErrorCode value.

Applies to

Implicit(String to Nullable<QueueErrorCode>)

Source:
QueueErrorCode.cs
public static implicit operator Azure.Storage.Queues.Models.QueueErrorCode?(string value);
static member op_Implicit : string -> Nullable<Azure.Storage.Queues.Models.QueueErrorCode>
Public Shared Widening Operator CType (value As String) As Nullable(Of QueueErrorCode)

Parameters

value
String

Returns

Applies to