Click or drag to resize

LayoutMessageDefaultSignANSI Property

Gets or sets whether, by default, numeric fields are stored in Messages 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 static bool DefaultSignANSI { get; set; }

Return Value

Type: Boolean
true if numeric fields are stored in Messages using the ANSI format. Otherwise, numeric fields are stored using the TANDEM format.
Remarks
When a new Message is created, it uses the DefaultSignANSI property to initialize its behavior. This default behavior can be changed on individual Messages using the SignANSI property.
See Also