Click or drag to resize

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)
Syntax
public bool SignANSI { get; set; }

Return Value

Type: Boolean
true if numeric fields are stored in this LayoutMessage using the ANSI format. Otherwise, numeric fields are stored using the TANDEM format.
Remarks
Important: 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