Bridge

Console..::..Write Method (Decimal)

Writes the text representation of the specified Decimal value to the standard output stream.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static void Write(
	decimal value
)
<TemplateAttribute> _
Public Shared Sub Write ( _
	value As Decimal _
)
[TemplateAttribute]
public:
static void Write(
	Decimal^ value
)

Parameters

value
Type: System..::..Decimal
The value to write.