QueueErrorCode.Implicit(String to QueueErrorCode) 演算子

定義

文字列を 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

パラメーター

value
String

変換する文字列値。

戻り値

QueueErrorCode 値。

適用対象