BlobErrorCode.Implicit(String to BlobErrorCode) Operator

Definition

Converts a string to a BlobErrorCode.

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

Parameters

value
String

The string value to convert.

Returns

The BlobErrorCode value.

Applies to