Bridge

Console..::..WriteLine Method (UInt64)

Writes the text representation of the specified 64-bit unsigned integer value, followed by the current line terminator, to the standard output stream.

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

Syntax


[TemplateAttribute]
public static void WriteLine(
	ulong value
)
<TemplateAttribute> _
Public Shared Sub WriteLine ( _
	value As ULong _
)
[TemplateAttribute]
public:
static void WriteLine(
	unsigned long long^ value
)

Parameters

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