ConsoleWrite Method (UInt64) |
Writes the text representation of the specified 64-bit unsigned integer value to the standard output stream.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static void Write(
ulong value
)
Parameters
- value
- Type: SystemUInt64
The value to write.
Exceptions Exception | Condition |
---|
IOException | An I/O error occurred. |
See Also