OptInHeaderType.Implicit Operator

Definition

Overloads

Implicit(String to Nullable<OptInHeaderType>)

Source:
OptInHeaderType.cs
public static implicit operator Azure.ResourceManager.ProviderHub.Models.OptInHeaderType?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.ProviderHub.Models.OptInHeaderType>
Public Shared Widening Operator CType (value As String) As Nullable(Of OptInHeaderType)

Parameters

value
String

Returns

Applies to

Implicit(String to OptInHeaderType)

Source:
OptInHeaderType.cs
Source:
OptInHeaderType.cs

Converts a string to a OptInHeaderType.

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

Parameters

value
String

The value.

Returns

Applies to