NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Console.Write (UInt64)

Writes the text representation of a eight-byte, unsigned integer to Out that is set to the system's standard output stream by default.

[Visual Basic]
Overloads Public Shared Sub Write( _
   ByVal value As UInt64 _
)
[C#]
public static void Write(
   ulong value
);
[C++]
public: static void Write(
   unsigned __int64 value
);
[JScript]
public static function Write(
   value : UInt64
);

Parameters

value
The UInt64 to write.

Exceptions

Exception Type Condition
IOException An I/O error occured.

See Also

Console Class | Console Members | System Namespace | Console.Write Overload List