Share via


ParticipantRole.Implicit(String to ParticipantRole) Operator

Definition

Converts a string to a ParticipantRole.

public static implicit operator Azure.Communication.Rooms.ParticipantRole (string value);
static member op_Implicit : string -> Azure.Communication.Rooms.ParticipantRole
Public Shared Widening Operator CType (value As String) As ParticipantRole

Parameters

value
String

Returns

Applies to