Sdílet prostřednictvím


X12ProcessingSettings.UseDotAsDecimalSeparator Property

Definition

Gets or sets the value indicating whether to use dot as decimal separator.

[Newtonsoft.Json.JsonProperty(PropertyName="useDotAsDecimalSeparator")]
public bool UseDotAsDecimalSeparator { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="useDotAsDecimalSeparator")>]
member this.UseDotAsDecimalSeparator : bool with get, set
Public Property UseDotAsDecimalSeparator As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to