WinStudio
IWSApplication interface
This translates a string into a decimal value according to the operating system format.
Application.ToOSDec( string )
Part |
Description |
string | Required. [decimalStr] |
The return value is a string.
Dim strInternalDecimal as String Dim strOperatingSystemDecimal as String strInternalDecimal = ThisForm.PrimaryCollection.GetCurrentObjectProperty("SomeDecimal") ' maybe 1.2 strOperatingSystemDecimal = Application.ToOSDec( strInternalDecimal ) ' maybe 1,2