PosPrinterBase.ValidateData(PrinterStation, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validates data for a specified printer station.
public override void ValidateData (Microsoft.PointOfService.PrinterStation station, string data);
override this.ValidateData : Microsoft.PointOfService.PrinterStation * string -> unit
Public Overrides Sub ValidateData (station As PrinterStation, data As String)
Parameters
- station
- PrinterStation
The PrinterStation for which the data will be validated.
- data
- String
The data that will be validated for the specified PrinterStation.