JsonWriterOptions.IndentCharacter 属性

定义

定义启用 IndentedUtf8JsonWriter 使用的缩进字符。 默认为空格字符。

public:
 property char IndentCharacter { char get(); void set(char value); };
public char IndentCharacter { get; set; }
member this.IndentCharacter : char with get, set
Public Property IndentCharacter As Char

属性值

例外

value 包含无效字符。

注解

允许的字符是空格和水平制表符。

适用于