BitmapMetadataBlob.GetBlobValue Method

Definition

Returns an array of bytes that represents the value of a BitmapMetadataBlob.

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

Returns

Byte[]

An array of bytes.

Applies to