IndentedTextWriter::WriteLine Method (UInt32)
.NET Framework (current version)
Writes the text representation of a UInt32, followed by a line terminator, to the text stream.
This API is not CLS-compliant.
Assembly: System (in System.dll)
public: [CLSCompliantAttribute(false)] virtual void WriteLine( unsigned int value ) override
Parameters
- value
-
Type:
System::UInt32
A UInt32 to output.
.NET Framework
Available since 1.1
Available since 1.1
Show: