Gets or sets whether numeric fields are stored in the Message using the
ANSI or the TANDEM format.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntaxpublic bool SignANSI { get; set; }
Public Property SignANSI As Boolean
Get
Set
Return Value
Type:
Booleantrue if numeric fields are stored in the Message using the
ANSI format. Otherwise, numeric fields are stored using the
TANDEM format.
RemarksImportant: this property does not change the representation of
the numeric fields that are currently stored in the Message. It defines
how numeric fields will be stored in future calls to the Number or the
Text methods.
See Also