Gets the current field formatter used by the toolkit. The default field formatter implements escaping and un-escaping of the separator characters in FT,TX and CF field values.

Namespace:  Mergecom.HL7
Assembly:  Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.2.0.0

Syntax

C#
public static HL7Field..::.FieldFormatter GetFieldFormatter()
Visual Basic (Declaration)
Public Shared Function GetFieldFormatter As HL7Field..::.FieldFormatter
Visual C++
public:
static HL7Field..::.FieldFormatter^ GetFieldFormatter()

Return Value

The currently registered HL7Field..::.FieldFormatter object.

See Also