Printf.StringFormat<'T,'Result>, abréviation de type (F#)
Représente un format analysé statiquement lorsque la mise en forme génère une chaîne.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<'Printer,unit,string,'Result>.
Espace de noms/Chemin du module : Microsoft.FSharp.Core.Printf
Assembly : FSharp.Core (in FSharp.Core.dll)
type StringFormat<'T,'Result> = Format<'Printer,unit,string,'Result>
Plateformes
Windows 8, Windows7, Windows Server 2012, Windows Server 2008 R2
Informations de version
Versions de bibliothèque principale F#
Prise en charge dans : 2,0, 4,0, portables
Voir aussi
Référence
Core.Format<'Printer,'State,'Residue,'Result>, abréviation de type (F#)