Dart.PowerTCP.SslSockets Namespace > EnhancedStream Class : ToArray Method |
Returns the byte array representation of the Stream data.
[Visual Basic]
Public Overridable Function ToArray() As Byte()
[C#]
public virtual byte[] ToArray();
[C++]
public: virtual byte[]* ToArray();
[C++/CLI]
public:
virtual array<byte>^ ToArray();
The byte array representation of the Stream data.
Use this method to easily return the data in the stream as a byte array. Position should be reset after calling this method.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
EnhancedStream Class | EnhancedStream Members
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.