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!

ByteViewer.SaveToFile

Writes the raw data from the data buffer to a file. Rethrows the WinIOException if could not write.

[Visual Basic]
Overridable Public Sub SaveToFile( _
   ByVal path As String _
)
[C#]
public virtual void SaveToFile(
   string path
);
[C++]
public: virtual void SaveToFile(
   String* path
);
[JScript]
public function SaveToFile(
   path : String
);

Parameters

path
file path

See Also

ByteViewer Class | ByteViewer Members | System.ComponentModel.Design Namespace