C# Class Plasma.pnIniParser

Mostra file Open project: Hoikas/PlasmaDotNet Class Usage Examples

Public Methods

Method Description
GetGuid ( string index, System.Guid def = newGuid() ) : System.Guid
GetInteger ( string index ) : int?
Populate ( Plasma.hsTokenStream s ) : void
pnIniParser ( string file ) : System
this ( string index ) : string

Method Details

GetGuid() public method

public GetGuid ( string index, System.Guid def = newGuid() ) : System.Guid
index string
def System.Guid
return System.Guid

GetInteger() public method

public GetInteger ( string index ) : int?
index string
return int?

Populate() public method

public Populate ( Plasma.hsTokenStream s ) : void
s Plasma.hsTokenStream
return void

pnIniParser() public method

public pnIniParser ( string file ) : System
file string
return System

this() public method

public this ( string index ) : string
index string
return string