tags:

views:

199

answers:

1

I am trying to pass a string to an asmx service. Actually, the parameter is a number with leading zeros, but the asmx gets the string with leading zeros removed.

How to avoid the truncation of leading zeros.

TIA.

A: 

pre-pend it with something that you the know to remove?

thecoshman