C# Class Spark.Database.Reader.TextLine

Afficher le fichier Open project: Roxeez/SparkAPI

Méthodes publiques

Méthode 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 méthode

public AsString ( ) : string
Résultat string

EndWith() public méthode

public EndWith ( string value ) : bool
value string
Résultat bool

GetFirstValue() public méthode

public GetFirstValue ( ) : string
Résultat string

GetFirstValue() public méthode

public GetFirstValue ( ) : T
Résultat T

GetLastValue() public méthode

public GetLastValue ( ) : string
Résultat string

GetLastValue() public méthode

public GetLastValue ( ) : T
Résultat T

GetValue() public méthode

public GetValue ( int index ) : string
index int
Résultat string

GetValue() public méthode

public GetValue ( int index ) : T
index int
Résultat T

GetValues() public méthode

public GetValues ( ) : string[]
Résultat string[]

StartWith() public méthode

public StartWith ( string value ) : bool
value string
Résultat bool

TextLine() public méthode

public TextLine ( Array content, char separator ) : System
content Array
separator char
Résultat System