DtmfTone Struct

Definition

The Tone.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Communication.CallAutomation.EquatableEnumJsonConverter<Azure.Communication.CallAutomation.DtmfTone>))]
public readonly struct DtmfTone : IEquatable<Azure.Communication.CallAutomation.DtmfTone>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Communication.CallAutomation.EquatableEnumJsonConverter<Azure.Communication.CallAutomation.DtmfTone>))>]
type DtmfTone = struct
Public Structure DtmfTone
Implements IEquatable(Of DtmfTone)
Inheritance
DtmfTone
Attributes
Implements

Constructors

DtmfTone(String)

Initializes a new instance of DtmfTone.

Properties

A

a.

Asterisk

asterisk.

B

b.

C

c.

D

d.

Eight

eight.

Five

five.

Four

four.

Nine

nine.

One

one.

Pound

pound.

Seven

seven.

Six

six.

Three

three.

Two

two.

Zero

zero.

Methods

Equals(DtmfTone)

Indicates whether the current object is equal to another object of the same type.

ToChar()

The Dtmf Tone in character format.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(DtmfTone, DtmfTone)

Determines if two DtmfTone values are the same.

Implicit(String to DtmfTone)

Converts a string to a DtmfTone.

Inequality(DtmfTone, DtmfTone)

Determines if two DtmfTone values are not the same.

Applies to