Skip to content

36918289 0e31 edb2 6615 839e69403f71

Fernando Garcia edited this page May 8, 2018 · 1 revision

KnownTrimMode Enumeration

Additional header content

Specifies trim mode for strings.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

[SerializableAttribute]
public enum KnownTrimMode

VB

<SerializableAttribute>
Public Enumeration KnownTrimMode

Members

 

Member name Value Description
All 0 Removes all blanks current String.
End 1 Removes all white-space from the end of the current String.
Start 2 Removes all white-space from the beginning of the current String.

Remarks

[Missing documentation for "T:iTin.Export.Model.KnownTrimMode"]

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally