次の方法で共有


X12ProcessingSettings.UseDotAsDecimalSeparator プロパティ

定義

小数点区切り記号としてドットを使用するかどうかを示す値を取得または設定します。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象