Sdílet prostřednictvím


ShareErrorCode.Implicit(String to ShareErrorCode) Operator

Definition

Converts a string to a ShareErrorCode.

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

Parameters

value
String

The string value to convert.

Returns

The ShareErrorCode value.

Applies to