Wissenschaftliche Notation XAML

Ich verwende wissenschaftliche Notation in XAML. Ich mache:

<TextBox Text="{Binding Path=CELULARIDAD_CFU, StringFormat='e6'}"/>

Das Problem ist, dass für 1710000 angezeigt wird: 1.710000e + 006, was korrekt ist, aber ich würde gerne 1.71e + 6 sehen. Wie ist das in XAML spezifiziert? (Nicht im Code)

Antworten auf die Frage(2)

Ihre Antwort auf die Frage