GenerateObjectSettingsStringCreation Property

Gets or sets the strategy for generating strings. Set to auto select strategy by member name.
Default value: .

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public StringCreation? StringCreation { get; set; }

Property Value

NullableStringCreation

Exceptions

ArgumentOutOfRangeExceptionvalue is not a valid value of StringCreation.

See Also