Format Struct

Definition

Extensible enum for known Format values.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Plumsail.Models.Format+FormatJsonConverter))]
public readonly struct Format : IEquatable<Azure.Connectors.Sdk.Plumsail.Models.Format>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.Plumsail.Models.Format+FormatJsonConverter))>]
type Format = struct
Public Structure Format
Implements IEquatable(Of Format)
Inheritance
Format
Attributes
Implements

Constructors

Name Description
Format(String)

Initializes a new instance of the Format struct.

Properties

Name Description
Bmp

Bmp

Gif

Gif

Jpeg

Jpeg

Png

Png

Methods

Name Description
Equals(Format)

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

Equals(Object)

Indicates whether this instance and a specified object are equal.

GetHashCode()

Returns the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(Format, Format)

Equality operator.

Implicit(Format to String)

Converts a Format to its string representation.

Implicit(String to Format)

Converts a string to Format.

Inequality(Format, Format)

Inequality operator.

Applies to