CsdlJsonWriterSettings.IsIeee754Compatible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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