08-25-2012, 10:25 PM
Well, you simply insert the card number into a textbox (We'll call it textbox1), and the formatted version of the card number can be retrieved with:
[code2=vbnet]CF.GetFormattedString(ComboBox1.Text, TextBox1.Text))[/code2]
[code2=vbnet]CF.GetFormattedString(ComboBox1.Text, TextBox1.Text))[/code2]