HtmlTextWriter::Write Method (Single)
.NET Framework (current version)
Writes the text representation of a single-precision floating-point number to the output stream, along with any pending tab spacing.
Assembly: System.Web (in System.Web.dll)
Parameters
- value
-
Type:
System::Single
The single-precision floating-point number to write to the output stream.
The following code example demonstrates how to use the Write method to render the value of the Single::Epsilon field, which is the smallest possible value of the Single structure.
This code example generates the following markup:
<b>
1.401298E-45
</b>
.NET Framework
Available since 1.1
Available since 1.1
Show: