PcError.Implicit Operator

Definition

Overloads

Implicit(String to PcError)

Source:
PcError.cs
Source:
PcError.cs

Converts a string to a PcError.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<PcError>)

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

Parameters

value
String

Returns

Applies to