Partager via


Printf.fprintfn<'T>, fonction (F#)

Imprime dans un TextWriter, en ajoutant un saut de ligne

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

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

// Signature:
fprintfn : TextWriter -> TextWriterFormat<'T> -> 'T

// Usage:
fprintfn textWriter format

Paramètres

Valeur de retour

Type de retour et arguments du formateur.

Notes

Cette fonction se nomme PrintFormatLineToTextWriter dans les assemblys compilés.Si vous accédez à la fonction à partir d'un langage autre que F# ou par réflexion, utilisez ce nom.

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.Printf, module (F#)

Microsoft.FSharp.Core, espace de noms (F#)