次の方法で共有


JsonFormat.EncodingName プロパティ

定義

使用するエンコーディングのコード ページ名。 指定しない場合、バイト オーダー マーク (BOM) が別の Unicode エンコードを示していない限り、既定値は 'utf-8' です。 サポートされている値の完全な一覧は、エンコーディングのテーブルの 'Name' 列にあります。 https://go.microsoft.com/fwlink/?linkid=861078 型: string (または resultType 文字列を含む式)。

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

プロパティ値

適用対象