M-Files API 23.11.13135.0
GetValueAsLocalizedTextEx Method
PropertyValue Object : GetValueAsLocalizedTextEx Method
If true, digit grouping (= thousands separator) should be used for integers (eDatatypeInteger) and real numbers (eDatatypeFloating).
Description
Gets the current value as localized text. The value is localized based on the culture of the local computer.
Syntax
Visual Basic
Public Function GetValueAsLocalizedTextEx( _
   ByVal AllowDigitGrouping As Boolean _
) As String
Parameters
AllowDigitGrouping
If true, digit grouping (= thousands separator) should be used for integers (eDatatypeInteger) and real numbers (eDatatypeFloating).
Remarks
This method formats time-based values according to the locale settings of the computer the API client is running on, but does not make any time zone based conversions.
See Also

PropertyValue Object  | PropertyValue Members