Source.Implicit Operator

Definition

Overloads

Name Description
Implicit(Source to String)

Converts a Source to its string representation.

Implicit(String to Source)

Converts a string to Source.

Implicit(Source to String)

Converts a Source to its string representation.

public static implicit operator string(Azure.Connectors.Sdk.FreshService.Models.Source value);
static member op_Implicit : Azure.Connectors.Sdk.FreshService.Models.Source -> string
Public Shared Widening Operator CType (value As Source) As String

Parameters

value
Source

Returns

Applies to

Implicit(String to Source)

Converts a string to Source.

public static implicit operator Azure.Connectors.Sdk.FreshService.Models.Source(string value);
static member op_Implicit : string -> Azure.Connectors.Sdk.FreshService.Models.Source
Public Shared Widening Operator CType (value As String) As Source

Parameters

value
String

Returns

Applies to