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!

BinaryWriter Class

Writes primitives types in binary from a Stream and supports writing Strings in a particular encoding.

Object
   BinaryWriter

[Visual Basic]
Public Class BinaryWriter
[C#]
public class BinaryWriter
[C++]
public __gc class BinaryWriter
[JScript]
public class BinaryWriter

Remarks

A subclass can override the methods of this class to give unique character encodings.

Requirements

Namespace: System.IO

Assembly: mscorlib.dll

See Also

BinaryWriter Members | System.IO Namespace