ISpanFormattable Interfaccia

Definizione

Fornisce funzionalità per formattare la rappresentazione di stringa di un oggetto in un intervallo.

public interface class ISpanFormattable : IFormattable
public interface ISpanFormattable : IFormattable
type ISpanFormattable = interface
    interface IFormattable
Public Interface ISpanFormattable
Implements IFormattable
Derivato
Implementazioni

Metodi

ToString(String, IFormatProvider)

Formatta il valore dell'istanza corrente usando il formato specificato.

(Ereditato da IFormattable)
TryFormat(Span<Char>, Int32, ReadOnlySpan<Char>, IFormatProvider)

Tenta di formattare il valore dell'istanza corrente nell'intervallo di caratteri specificato.

Si applica a