ImputeMode.Implicit(String to ImputeMode) Operator

Definition

Converts a string to a ImputeMode.

public static implicit operator Azure.AI.AnomalyDetector.ImputeMode (string value);
static member op_Implicit : string -> Azure.AI.AnomalyDetector.ImputeMode
Public Shared Widening Operator CType (value As String) As ImputeMode

Parameters

value
String

Returns

Applies to