C# Class AlbLib.INI.INIProperty

Inheritance: INIObject
Mostra file Open project: IllidanS4/AlbLib Class Usage Examples

Public Methods

Method Description
INIProperty ( string name ) : System
INIProperty ( string name, INISection section ) : System
INIProperty ( string name, object value ) : System
INIProperty ( string name, string value ) : System
INIProperty ( string name, string value, INISection section ) : System
ToBoolean ( ) : bool
ToInt32 ( ) : int
ToString ( ) : string

Method Details

INIProperty() public method

public INIProperty ( string name ) : System
name string
return System

INIProperty() public method

public INIProperty ( string name, INISection section ) : System
name string
section INISection
return System

INIProperty() public method

public INIProperty ( string name, object value ) : System
name string
value object
return System

INIProperty() public method

public INIProperty ( string name, string value ) : System
name string
value string
return System

INIProperty() public method

public INIProperty ( string name, string value, INISection section ) : System
name string
value string
section INISection
return System

ToBoolean() public method

public ToBoolean ( ) : bool
return bool

ToInt32() public method

public ToInt32 ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string