Click or drag to resize

MessageDefaultSignANSI Property

Gets or sets whether, by default, numeric fields are stored in Messages 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)
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