BinaryData.ToArray Method

Definition

Converts the BinaryData to a byte array.

public:
 cli::array <System::Byte> ^ ToArray();
public byte[] ToArray ();
member this.ToArray : unit -> byte[]
Public Function ToArray () As Byte()

Returns

Byte[]

A byte array representing the data.

Applies to