scientific notation

Hi there… Any way to get the scientific notation from a number in iOS?

Something like this:

  dim t as text = d.ToText( Xojo.Core.Locale.Current, "-0.0###e0" )

See:

http://developer.xojo.com/double$ToText#