Set up a binding to the Text property and then set a mask that will match your data's constraints.
If there are optional characters in the data, you'll need to setup the FormatString on the Text's Binding object to always fill out those optional characters.
See the Form1_Load method in the Form1 class of the MaskedTextBoxDataBinding project to see an example of this.