Table of Contents

Struct JpegComData

Namespace
SixLabors.ImageSharp.Formats.Jpeg
Assembly
SixLabors.ImageSharp.dll

Represents a JPEG comment

public readonly struct JpegComData
Inherited Members

Constructors

JpegComData(ReadOnlyMemory<char>)

Initializes a new instance of the JpegComData struct.

public JpegComData(ReadOnlyMemory<char> value)

Parameters

value ReadOnlyMemory<char>

The comment buffer.

Properties

Value

Gets the value.

public ReadOnlyMemory<char> Value { get; }

Property Value

ReadOnlyMemory<char>

Methods

FromString(string)

Converts string to JpegComData

public static JpegComData FromString(string value)

Parameters

value string

The comment string.

Returns

JpegComData

The JpegComData

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.