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
FormatTypedValueCharBufferPtrInput
itfTypedValueITypedValueThe value to format
cbsResultREFERENCE TO CharBufferString
The string, where the result will be stored