ISpanFormattable Schnittstelle

Definition

Bietet Funktionen zum Formatieren der Zeichenfolgendarstellung eines Objekts in eine Spanne.

public interface class ISpanFormattable : IFormattable
public interface ISpanFormattable : IFormattable
type ISpanFormattable = interface
    interface IFormattable
Public Interface ISpanFormattable
Implements IFormattable
Abgeleitet
Implementiert

Methoden

ToString(String, IFormatProvider)

Formatiert den Wert der aktuellen Instanz mit dem angegebenen Format.

(Geerbt von IFormattable)
TryFormat(Span<Char>, Int32, ReadOnlySpan<Char>, IFormatProvider)

Versucht, den Wert des aktuellen instance in die angegebene Zeichenspanne zu formatieren.

Gilt für: