Printf.StringFormat<'T,'Result> 类型缩写 (F#)

表示格式设置生成字符串时的静态分析的格式。 第一个类型形参指示格式操作的实参,最后一个类型形参指示总体返回类型。 此类型是 Format<'Printer,unit,string,'Result> 的类型缩写。

命名空间/模块路径: Microsoft.FSharp.Core.Printf

程序集:FSharp.Core(在 FSharp.Core.dll 中)

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

平台

Windows 8,Windows7,Windows server 2012中,Windows server 2008 R2

版本信息

F#核心库版本

支持:2.0,4.0,可移植

请参见

参考

Core.Printf 模块 (F#)

Core.Format<'Printer,'State,'Residue,'Result> 类型缩写 (F#)