TableErrorCode.Implicit(String to TableErrorCode) Operator

Definition

Converts a string to a TableErrorCode.

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

Parameters

value
String

Returns

Applies to