Skip to content

ca05fe36 dd35 714b 8205 13c0a81dad46

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

KnownItemGroupSeparator Class

Additional header content

Defines of the field separators available.

Inheritance Hierarchy

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

Syntax

C#

public static class KnownItemGroupSeparator

VB

Public NotInheritable Class KnownItemGroupSeparator

The KnownItemGroupSeparator type exposes the following members.

Fields

 

Name Description
Public fieldStatic member BackslashSeparator Represents the backslash character. For more information please see Separator.
Public fieldStatic member ColonSeparator Represents the colon character. For more information please see Separator.
Public fieldStatic member CommaSeparator Represents the comma character. For more information please see Separator.
Public fieldStatic member DashSeparator Represents the dash character. For more information please see Separator.
Public fieldStatic member DotSeparator Represents the dot character. For more information please see Separator.
Public fieldStatic member EmptySeparator Represents a empty string. For more information please see Separator.
Public fieldStatic member NewLineSeparator Represents the new line value. For more information please see Separator.
Public fieldStatic member NewLineSeparatorForXmlFormat Represents the new line value for XML format. For more information please see Separator.
Public fieldStatic member SemiColonSeparator Represents the semicolon character. For more information please see Separator.
Public fieldStatic member SlashSeparator Represents the slash character. For more information please see Separator.
Public fieldStatic member SpaceSeparator Represents the space character. For more information please see Separator.
  Back to Top

Remarks

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

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally