string S = "2007 ;
for ( int i = 0 ; i <= 9 ; i ++ )
S = S . Replace(( char )(( ushort ) '0' + i), ( char )(( ushort ) ' + i));
textBox1 . Text = S;