PointCardRW.ValidateData(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.
Determines whether a data sequence, possibly including one or more escape sequences, is valid for the specified station, before it calls the PrintWrite method.
public abstract void ValidateData (string data);
abstract member ValidateData : string -> unit
Public MustOverride Sub ValidateData (data As String)
Parameters
- data
- String
The data to validate. May include printable data and escape sequences.