Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.6 KB

claimedreceiptprinter_validatedata_977746434.md

File metadata and controls

30 lines (21 loc) · 1.6 KB
-api-id -api-type -api-device-family-note
M:Windows.Devices.PointOfService.ClaimedReceiptPrinter.ValidateData(System.String)
winrt method
xbox

Windows.Devices.PointOfService.ClaimedReceiptPrinter.ValidateData

-description

Determines whether a data sequence, possibly including one or more escape sequences, is valid for the receipt printer station, before you use that data sequence when you call the ReceiptPrintJob.Print and ReceiptPrintJob.ExecuteAsync methods.

-parameters

-param data

The data sequence that you want to validate before you use it with the ReceiptPrintJob.Print method. This sequence may include printable data and escape sequences.

If the sequence is not valid, and you use it with ReceiptPrintJob.Print anyways, the job fails when you run it with ReceiptPrintJob.ExecuteAsync. You cannot remove a print instruction that uses an invalid data sequence after you add the instruction to the job with ReceiptPrintJob.Print.

-returns

True if the data passes validation; otherwise false.

-remarks

-examples

-see-also

ICommonClaimedPosPrinterStation.ValidateData, ReceiptPrintJob.Print, ReceiptPrintJob.ExecuteAsync