共用方式為


RtspTransport.Implicit Operator

Definition

Overloads

Implicit(RtspTransport to String)

Implicit operator to convert RtspTransport to string

Implicit(String to RtspTransport)

Implicit operator to convert string to RtspTransport

Implicit(RtspTransport to String)

Implicit operator to convert RtspTransport to string

public static implicit operator string (Microsoft.Azure.Management.VideoAnalyzer.Models.RtspTransport e);
static member op_Implicit : Microsoft.Azure.Management.VideoAnalyzer.Models.RtspTransport -> string
Public Shared Widening Operator CType (e As RtspTransport) As String

Parameters

Returns

Applies to

Implicit(String to RtspTransport)

Implicit operator to convert string to RtspTransport

public static implicit operator Microsoft.Azure.Management.VideoAnalyzer.Models.RtspTransport (string value);
static member op_Implicit : string -> Microsoft.Azure.Management.VideoAnalyzer.Models.RtspTransport
Public Shared Widening Operator CType (value As String) As RtspTransport

Parameters

value
String

Returns

Applies to