IndentedTextWriterWrite(Decimal) - метод
Writes the text representation of a decimal value to the text stream.
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public override void Write(
decimal value
)
Public Overrides Sub Write (
value As Decimal
)
public:
virtual void Write(
Decimal value
) override
abstract Write :
value : decimal -> unit
override Write :
value : decimal -> unit
Параметры
- value Decimal
- The decimal value to write.
ObjectDisposedException | The TextWriter is closed. |
IOException | An I/O error occurs. |