How to remove leading Zeros in the nvarchar datatype. I would like to do this using C#.

Example:

0001234
0000001234
00001234

Thanks in Advance...

Regards,
R.Radhakrishnan.