Share via


Printf.StringFormat<'T,'Result>-Typabkürzung (F#)

Stellt ein statisch analysiertes Format dar, wenn bei der Formatierung eine Zeichenfolge erstellt wird. Der erste Typparameter gibt die Argumente der Formatierungsoperation und der letzte den Gesamtrückgabetyp an. Dieser Typ ist eine Typabkürzung für Format<'Printer,unit,string,'Result>.

Namespace/Modulpfad: Microsoft.FSharp.Core.Printf

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

type StringFormat<'T,'Result> = Format<'Printer,unit,string,'Result>

Plattformen

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

Versionsinformationen

F#-Runtime

Unterstützt in: 2.0, 4.0

Silverlight

Unterstützt in: 3

Siehe auch

Weitere Ressourcen

Core.Printf-Modul (F#)

Core.Format<'Printer,'State,'Residue,'Result>-Typabkürzung (F#)