Math.NET Numerics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

52 lines
3.9 KiB

<HTML><HEAD><TITLE>Microsoft.FSharp.Text.StructuredFormat.Display</TITLE><link rel="stylesheet" type="text/css"href="../msdn.css"></link></HEAD><BODY>
<br><dl>
<dt></dt><dd>
<h1>[<a href='../namespaces.html'>Home</a>] Module <a href='Microsoft.FSharp.Text.StructuredFormat.html'>Microsoft.FSharp.Text.StructuredFormat</a>.Display </h1><br>
</dd>
<dt></dt><dd>
<table>
<tr valign='top'><td>
<dt><h3>Values</h3></dt><dd>
<table width="100%%">
<tr><th width=60%>Value</th><th>Description</th></tr>
<tr valign="top"><td><pre>val any_to_layout : <a href='Microsoft.FSharp.Text.StructuredFormat.type_FormatOptions.html'>FormatOptions</a> -> 'T -> <a href='Microsoft.FSharp.Text.StructuredFormat.type_Layout.html'>Layout</a></pre></td><td></td></tr>
<tr valign="top"><td><pre>val any_to_string : 'T -> <a href='../FSharp.Core/Microsoft.FSharp.Core.type__string.html'>string</a></pre></td><td><summary>
Convert any value to a string using a standard formatter
Data is typically formatted in a structured format, e.g.
lists are formatted using the "[1;2]" notation.
The details of the format are not specified and may change
from version to version and according to the flags given
to the F# compiler. The format is intended to be human-readable,
not machine readable. If alternative generic formats are required
you should develop your own formatter, using the code in the
implementation of this file as a starting point.
Data from other .NET languages is formatted using a virtual
call to Object.ToString() on the boxed version of the input.
</summary></td></tr>
<tr valign="top"><td><pre>val layout_as_string : <a href='Microsoft.FSharp.Text.StructuredFormat.type_FormatOptions.html'>FormatOptions</a> -> 'T -> <a href='../FSharp.Core/Microsoft.FSharp.Core.type__string.html'>string</a></pre></td><td></td></tr>
<tr valign="top"><td><pre>val layout_to_string : <a href='Microsoft.FSharp.Text.StructuredFormat.type_FormatOptions.html'>FormatOptions</a> -> <a href='Microsoft.FSharp.Text.StructuredFormat.type_Layout.html'>Layout</a> -> <a href='../FSharp.Core/Microsoft.FSharp.Core.type__string.html'>string</a></pre></td><td><summary>
Convert any value to a layout using the given formatting options. The
layout can then be processed using formatting display engines such as
those in the LayoutOps module. any_to_string and output_any are
built using any_to_layout with default format options.
</summary></td></tr>
<tr valign="top"><td><pre>val output_any : <a href='http://msdn2.microsoft.com/en-us/library/System.IO.TextWriter.aspx'>TextWriter</a> -> 'T -> <a href='../FSharp.Core/Microsoft.FSharp.Core.type__unit.html'>unit</a></pre></td><td><summary>
Ouput any value to a channel using the same set of formatting rules
as any_to_string
</summary></td></tr>
<tr valign="top"><td><pre>val output_layout : <a href='Microsoft.FSharp.Text.StructuredFormat.type_FormatOptions.html'>FormatOptions</a> -> <a href='http://msdn2.microsoft.com/en-us/library/System.IO.TextWriter.aspx'>TextWriter</a> -> <a href='Microsoft.FSharp.Text.StructuredFormat.type_Layout.html'>Layout</a> -> <a href='../FSharp.Core/Microsoft.FSharp.Core.type__unit.html'>unit</a></pre></td><td></td></tr>
<tr valign="top"><td><pre>val squash_layout : <a href='Microsoft.FSharp.Text.StructuredFormat.type_FormatOptions.html'>FormatOptions</a> -> <a href='Microsoft.FSharp.Text.StructuredFormat.type_Layout.html'>Layout</a> -> <a href='Microsoft.FSharp.Text.StructuredFormat.type_Layout.html'>Layout</a></pre></td><td></td></tr>
</table>
</dd>
</td></tr>
<tr valign='top'><td>
<dt><h3>See Also</h3></dt><dd>
<a href="Microsoft.FSharp.Text.StructuredFormat.html">Microsoft.FSharp.Text.StructuredFormat</a> </dd>
</td></tr>
</table>
</dd>
</dl>
<br /> <br/><p><i>Documentation for assembly FSharp.PowerPack, version 1.9.6.16, generated using <a href='http://research.microsoft.com/fsharp/'>F# Programming Language</a> version 1.9.6.16</i></p>
</BODY></HTML>