Overrides string formatting for a string member.
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false)]
public sealed class TomlStringStyleAttribute : TomlAttribute
kind:method, kind:property, kind:ctor. Press Esc to clear.TomlStringStyleAttribute(TomlStringStyle)Initializes a new instance of the TomlStringStyleAttribute class.AllowHexEscapesGets or sets whether hexadecimal escapes may be emitted for control characters.PreferLiteralWhenNoEscapesGets or sets whether literal strings should be preferred when no escaping is required.StyleGets the preferred string style.