JsonFormat.EncodingName Property

Definition

The code page name of the preferred encoding. If not provided, the default value is 'utf-8', unless the byte order mark (BOM) denotes another Unicode encoding. The full list of supported values can be found in the 'Name' column of the table of encodings in the following reference: https://go.microsoft.com/fwlink/?linkid=861078. Type: string (or Expression with resultType string).

public object EncodingName { get; set; }
member this.EncodingName : obj with get, set
Public Property EncodingName As Object

Property Value

Applies to