Craig's Utility Library  4.0 Beta
Utilities.IO.FileFormats.Delimited.Cell Class Reference

Cell within a delimited file More...

Public Member Functions

 Cell ()
 Constructor More...
 
 Cell (string Content)
 Constructor More...
 
override string ToString ()
 To string function More...
 

Static Public Member Functions

static implicit operator Cell (string Value)
 Converts the string to a cell More...
 
static implicit operator string (Cell Value)
 Converts the cell to a string More...
 

Properties

string Value [get, set]
 Value within the cell More...
 

Detailed Description

Cell within a delimited file

Definition at line 30 of file Cell.cs.

Constructor & Destructor Documentation

Utilities.IO.FileFormats.Delimited.Cell.Cell ( )

Constructor

Definition at line 35 of file Cell.cs.

Utilities.IO.FileFormats.Delimited.Cell.Cell ( string  Content)

Constructor

Parameters
ContentValue within the cell

Definition at line 44 of file Cell.cs.

Member Function Documentation

static implicit Utilities.IO.FileFormats.Delimited.Cell.operator Cell ( string  Value)
static

Converts the string to a cell

Parameters
ValueValue to convert
Returns
The string as a cell

Definition at line 60 of file Cell.cs.

static implicit Utilities.IO.FileFormats.Delimited.Cell.operator string ( Cell  Value)
static

Converts the cell to a string

Parameters
ValueValue to convert
Returns
The value as a string

Definition at line 71 of file Cell.cs.

override string Utilities.IO.FileFormats.Delimited.Cell.ToString ( )

To string function

Returns
The value of the cell

Definition at line 81 of file Cell.cs.

Property Documentation

string Utilities.IO.FileFormats.Delimited.Cell.Value
getset

Value within the cell

Definition at line 53 of file Cell.cs.


The documentation for this class was generated from the following file: