Share via


DataPackageView.Contains(String) Method

Definition

Checks to see if the DataPackageView contains a specific data format.

public bool Contains(string formatId);

Parameters

formatId
String

The name of the format.

Returns

Boolean

True if the DataPackageView contains the format; false otherwise.

Applies to