Share via


OpenApiConvertSettings.IEEE754Compatible Property

Definition

Gets/sets a value indicating whether the server is IEEE754 compatible. If it is IEEE754Compatible, the server will write quoted string for INT64 and decimal to prevent data loss; otherwise keep number without quotes.

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

Property Value

Applies to