CsdlJsonWriterSettings.IsIeee754Compatible 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得/設定值,指出寫入器是否將大型整數寫入為字串。 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