Partager via


Printf.BuilderFormat<'T,'Result>, abréviation de type (F#)

Représente un format analysé statiquement associé à l'écriture dans StringBuilder. Le premier paramètre de type indique les arguments de l'opération de formatage et le dernier indique le type de retour global. Ce type est une abréviation de type pour Format<'T,StringBuilder,unit,'Result>.

Espace de noms/Chemin du module : Microsoft.FSharp.Core.Printf

Assembly : FSharp.Core (in FSharp.Core.dll)

type BuilderFormat<'T,'Result> = Format<'T,StringBuilder,unit,'Result>

Plateformes

Windows 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2

Informations de version

Runtime F#

Pris en charge dans : 2.0, 4.0

Silverlight

Prise en charge dans : 3

Voir aussi

Référence

Core.Printf, module (F#)

Core.Format<'Printer,'State,'Residue,'Result>, abréviation de type (F#)