Aracılığıyla paylaş


QueueErrorCode.Implicit(String to QueueErrorCode) Operator

Definition

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 string value to convert.

Returns

The QueueErrorCode value.

Applies to