M-Files API 23.11.13135.0
GetValueAsLocalizedTextEx Method
TypedValue Object : GetValueAsLocalizedTextEx Method
If this is set to "true", digit grouping (thousands separator) is used for integers (eDatatypeInteger) and real numbers (eDatatypeFloating).
Description
Gets the current value as localized text. The value is localized based on the culture setting of the local computer.
Syntax
Visual Basic
Public Function GetValueAsLocalizedTextEx( _
   ByVal AllowDigitGrouping As Boolean _
) As String
Parameters
AllowDigitGrouping
If this is set to "true", digit grouping (thousands separator) is 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

TypedValue Object  | TypedValue Members