Share via


CsdlJsonWriterSettings.IsIeee754Compatible Property

Definition

Gets/sets a value indicating whether the writer write large integers as strings. The IEEE754Compatible=true parameter indicates that the service MUST serialize Edm.Int64 and Edm.Decimal numbers as strings. This is in conformance with [RFC7493]. If not specified, or specified as IEEE754Compatible=false, all numbers MUST be serialized as JSON numbers.

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

Property Value

Applies to