See Also

EnhancedStream Class  | EnhancedStream Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP Email Validation for .NET

ToArray Method

Dart.PowerTCP.EmailValidation 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();

Return Type

The byte array representation of the Stream data.

Remarks

Use this method to easily return the data in the stream as a byte array. Position should be reset after calling this method.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

EnhancedStream Class  | EnhancedStream Members


Send comments on this topic.

Documentation version 1.0.3.0.

© 2008 Dart Communications.  All rights reserved.