latitude
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hai everybody iwant to insert latitude value(means ex:23*34'23" this * is superscript).now i want to replace degree(0) with *.plz help me.
-
hai everybody iwant to insert latitude value(means ex:23*34'23" this * is superscript).now i want to replace degree(0) with *.plz help me.
Look up string.Replace on msdn: http://msdn2.microsoft.com/en-us/library/fk49wtc1.aspx Hope this helps Dan