 | LayoutMessageSignANSI Property |
Gets or sets whether numeric fields are stored in this LayoutMessage using
the ANSI or the TANDEM format.
Namespace:
OBCOM.NetSwitchLib.Layouts
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic bool SignANSI { get; set; }
Public Property SignANSI As Boolean
Get
Set
Return Value
Type:
Booleantrue if numeric fields are stored in this
LayoutMessage 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