M-Files API 23.11.13135.0
GetValueAsText Method
TypedValue Object : GetValueAsText Method
Specifies whether the value is to be localized (for example dates).
True if a NULL value should be returned as an empty string. Otherwise, returns the stringified version of NULL, typically (null) or (empty).
If the property value is empty, specifies whether the returned value should be treated as a hidden value.
True to set the possible timestamp to be presented in the long date format.
If true, seconds are not included in the formatted string.
True to return numeric values as kilobytes.
Description
Gets the value of this typed value formatted with the given parameters.
Syntax
Visual Basic
Public Function GetValueAsText( _
   ByVal Localized As Boolean, _
   ByVal NULLAsEmptyString As Boolean, _
   ByVal EmptyLookupDisplayValuesAsHidden As Boolean, _
   ByVal LongDateFormat As Boolean, _
   ByVal NoSeconds As Boolean, _
   ByVal NumericValueAsKilobytes As Boolean _
) As String
Parameters
Localized
Specifies whether the value is to be localized (for example dates).
NULLAsEmptyString
True if a NULL value should be returned as an empty string. Otherwise, returns the stringified version of NULL, typically (null) or (empty).
EmptyLookupDisplayValuesAsHidden
If the property value is empty, specifies whether the returned value should be treated as a hidden value.
LongDateFormat
True to set the possible timestamp to be presented in the long date format.
NoSeconds
If true, seconds are not included in the formatted string.
NumericValueAsKilobytes
True to return numeric values as kilobytes.
See Also

TypedValue Object  | TypedValue Members