IDataContextOptions.TrimSpaces Property
.NET Standard 2.x
Specifies whether to trim trailing spaces from a string.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
bool TrimSpaces { get; set; }
Property Value
System.Boolean
Specifies whether to trim trailing spaces from a string.
True
-- to trim trailing spaces.
False
(default) -- not to trim trailing spaces.
Applies to
.NET Standard
2.x