FormatTypedValue (FUN)ΒΆ
FUNCTION FormatTypedValue : CharBufferPtr
Takes an ITypedValue instance and formats the stored value using the default format string for the type. The result of the function is a CharBufferPtr pointing to the formatted value.
- InOut:
Scope
Name
Type
Comment
Return
FormatTypedValue
CharBufferPtr
Input
itfTypedValue
ITypedValue
The value to format
cbsResult
REFERENCE TO CharBufferString
The string, where the result will be stored