共用方式為


CsdlJsonWriterSettings.IsIeee754Compatible 屬性

定義

取得/設定值,指出寫入器是否將大型整數寫入為字串。 IEEE754Compatible=true 參數表示服務必須將 Edm.Int64 和 Edm.Decimal 數位序列化為字串。 這與 [RFC7493] 一致。 如果未指定或指定為 IEEE754Compatible=false,則所有數位都必須序列化為 JSON 數位。

public bool IsIeee754Compatible { get; set; }
member this.IsIeee754Compatible : bool with get, set
Public Property IsIeee754Compatible As Boolean

屬性值

適用於