C# Class Spark.Database.Reader.TextLine

ファイルを表示 Open project: Roxeez/SparkAPI

Public Methods

Method Description
AsString ( ) : string
EndWith ( string value ) : bool
GetFirstValue ( ) : string
GetFirstValue ( ) : T
GetLastValue ( ) : string
GetLastValue ( ) : T
GetValue ( int index ) : string
GetValue ( int index ) : T
GetValues ( ) : string[]
StartWith ( string value ) : bool
TextLine ( Array content, char separator ) : System

Method Details

AsString() public method

public AsString ( ) : string
return string

EndWith() public method

public EndWith ( string value ) : bool
value string
return bool

GetFirstValue() public method

public GetFirstValue ( ) : string
return string

GetFirstValue() public method

public GetFirstValue ( ) : T
return T

GetLastValue() public method

public GetLastValue ( ) : string
return string

GetLastValue() public method

public GetLastValue ( ) : T
return T

GetValue() public method

public GetValue ( int index ) : string
index int
return string

GetValue() public method

public GetValue ( int index ) : T
index int
return T

GetValues() public method

public GetValues ( ) : string[]
return string[]

StartWith() public method

public StartWith ( string value ) : bool
value string
return bool

TextLine() public method

public TextLine ( Array content, char separator ) : System
content Array
separator char
return System