C# Class Prolog.CSVParser.ColumnFormat

Afficher le fichier Open project: ianhorswill/UnityProlog

Méthodes publiques

Méthode Description
AppendFormatted ( StringBuilder b, string item ) : void
ColumnFormat ( FormatType type, string prefix ) : System

Method Details

AppendFormatted() public méthode

public AppendFormatted ( StringBuilder b, string item ) : void
b StringBuilder
item string
Résultat void

ColumnFormat() public méthode

public ColumnFormat ( FormatType type, string prefix ) : System
type FormatType
prefix string
Résultat System