Bridge

Console..::..Write Method (Int64)

Writes the text representation of the specified 64-bit signed integer value to the standard output stream.

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

Syntax


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

Parameters

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