C# Class fitSharp.Machine.Model.CellAttributeValue.InformationPrefixValue

Inheritance: CellAttributeValue
Mostrar archivo Open project: jediwhale/fitsharp

Public Methods

Method Description
Format ( Cell cell, StringBuilder input ) : void
SetValue ( string value ) : void

Method Details

Format() public method

public Format ( Cell cell, StringBuilder input ) : void
cell Cell
input StringBuilder
return void

SetValue() public method

public SetValue ( string value ) : void
value string
return void