Writes a decimal value to the current stream and advances the stream position by sixteen bytes.
Assembly: mscorlib (in mscorlib.dll)
Public Overridable Sub Write ( _ value As Decimal _ )
public virtual void Write( decimal value )
public: virtual void Write( Decimal value )
abstract Write : value:decimal -> unit override Write : value:decimal -> unit
Parameters
- value
- Type: System.Decimal
The decimal value to write.
| Exception | Condition |
|---|---|
| IOException |
An I/O error occurs. |
| ObjectDisposedException |
The stream is closed. |
The following table lists examples of other typical or related I/O tasks.
|
To do this... |
See the example in this topic... |
|---|---|
|
Create a text file. |
|
|
Write to a text file. |
|
|
Read from a text file. |
|
|
Append text to a file. |
|
|
Get the size of a file. |
|
|
Get the attributes of a file. |
|
|
Set the attributes of a file. |
|
|
Determine if a file exists. |
|
|
Read from a binary file. |
|
|
Write to a binary file. |
.NET Framework
Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0.NET Framework Client Profile
Supported in: 4, 3.5 SP1Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.