C# Class Prolog.CSVParser.ColumnFormat

Mostrar archivo Open project: ianhorswill/UnityProlog

Public Methods

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

Method Details

AppendFormatted() public method

public AppendFormatted ( StringBuilder b, string item ) : void
b StringBuilder
item string
return void

ColumnFormat() public method

public ColumnFormat ( FormatType type, string prefix ) : System
type FormatType
prefix string
return System