Share via


BatchErrorCode.Implicit(String to BatchErrorCode) Operator

Definition

Converts a String to a BatchErrorCode.

public static implicit operator Azure.Compute.Batch.BatchErrorCode(string value);
static member op_Implicit : string -> Azure.Compute.Batch.BatchErrorCode
Public Shared Widening Operator CType (value As String) As BatchErrorCode

Parameters

value
String

Returns

Applies to