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
valueReadOnlyMemory<char>The comment buffer.
Properties
Value
Gets the value.
public ReadOnlyMemory<char> Value { get; }
Property Value
Methods
FromString(string)
Converts string to JpegComData
public static JpegComData FromString(string value)
Parameters
valuestringThe comment string.
Returns
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.