Formatter::WriteUInt64 Method (UInt64, String^)
.NET Framework (current version)
When overridden in a derived class, writes a 64-bit unsigned integer to the stream already attached to the formatter.
This API is not CLS-compliant.
Assembly: mscorlib (in mscorlib.dll)
protected: [CLSCompliantAttribute(false)] virtual void WriteUInt64( unsigned long long val, String^ name ) abstract
Parameters
- val
-
Type:
System::UInt64
The value to write.
- name
-
Type:
System::String^
The name of the member.
Notes to Inheritors:
You must implement this method in a derived class.
.NET Framework
Available since 1.1
Available since 1.1
Show: