C# Class BExIS.IO.Transform.Output.AsciiHelper

Afficher le fichier Open project: BEXIS2/Core Class Usage Examples

Méthodes publiques

Méthode Description
GetSeperator ( string seperator ) : TextSeperator

Get TextSeperator based on string as name

GetSeperator ( TextSeperator sep ) : char

Get a Textseparator as a Character

GetSeperatorAsString ( TextSeperator sep ) : string

Get TextSeperator as string

Method Details

GetSeperator() public static méthode

Get TextSeperator based on string as name
public static GetSeperator ( string seperator ) : TextSeperator
seperator string Name of TextSeperator
Résultat TextSeperator

GetSeperator() public static méthode

Get a Textseparator as a Character
public static GetSeperator ( TextSeperator sep ) : char
sep TextSeperator
Résultat char

GetSeperatorAsString() public static méthode

Get TextSeperator as string
public static GetSeperatorAsString ( TextSeperator sep ) : string
sep TextSeperator
Résultat string