Share via


FhirServiceKind.Implicit Operator

Definition

Overloads

Implicit(FhirServiceKind to String)

Implicit operator to convert FhirServiceKind to string

Implicit(String to FhirServiceKind)

Implicit operator to convert string to FhirServiceKind

Implicit(FhirServiceKind to String)

Implicit operator to convert FhirServiceKind to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.FhirServiceKind e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.FhirServiceKind -> string
Public Shared Widening Operator CType (e As FhirServiceKind) As String

Parameters

e
FhirServiceKind

the value to convert to an instance of FhirServiceKind.

Returns

Applies to

Implicit(String to FhirServiceKind)

Implicit operator to convert string to FhirServiceKind

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.FhirServiceKind (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Support.FhirServiceKind
Public Shared Widening Operator CType (value As String) As FhirServiceKind

Parameters

value
String

the value to convert to an instance of FhirServiceKind.

Returns

Applies to