Vector.String property

Retrieves a Vector of bytes as a String.

This property is read-only.

Syntax

Property String( _
  [ ByVal Unicode As VARIANT_BOOL ] _
)

Property value

Remarks

Because Vectors of bytes can actually be strings in either Unicode or ANSI form, this property provides an easy way to access the contents of Vectors that otherwise might be difficult to access or maintain.

For more information (and a common programming pitfall) about how to create a Vector of bytes, see the Remarks section of SetFromString.

For example code, see Display Detailed Image Information in Shared Samples.

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 R2 [desktop apps only]
Header
Wiaaut.h
IDL
Wiaaut.idl

See also

Vector