AdiIRCAPI.ITools Interface Reference

Various tools. More...

List of all members.

Public Member Functions

String StripColors (String Str)
 Returns a string with colors stripped out
Parameters:
Str String
.
String StripBold (String Str)
 Returns a string with bold stripped out
Parameters:
Str String
.
String StripItalic (String Str)
 Returns a string with italic stripped out
Parameters:
Str String
.
String StripUnderline (String Str)
 Returns a string with underline stripped out
Parameters:
Str String
.
Boolean Debug (String Str)
 Use this to write to debug.txt in the main folder, returns true if the debug was written
Parameters:
Str String
.
String ParseTime (String Syntax, DateTime Time)
 Converts string to DateTime, see Time variables for possible syntax
Parameters:
Syntax String
Time DateTime
.
DateTime UnixTimeToDate (Double Time)
 Converts unix timestamp to a DateTime
Parameters:
Time Double
.
long DateToUnixTime (DateTime Time)
 Converts DateTime to unix timestamp
Parameters:
Time DateTime
.
Boolean IsNumeric (String Str)
 Checks if a string is numeric
Parameters:
Str String
.
void ToolWindow (int Height, int Width, String Title, String Text)
 Open ups a tool window
Parameters:
Height int
Width int
Text String
Title String
.
String[] SplitString (String Str, String SplitBy)
 Splits a string by a string
Parameters:
Str String
SplitBy String
.
String ParseSysinfo (String Str, String Args)
 Returns system information based on Syntax, see system variables for more information
Parameters:
Str String
Args String
.

Properties

Char BoldChar [get]
 Gets the bold character.
Char ColorChar [get]
 Gets the color character.
Char UnderLineChar [get]
 Gets the underline character.
Char ActionChar [get]
 Gets the action character.
String PS [get]
 Gets path sperator / or \ , for future use.


Detailed Description

Various tools.


Member Function Documentation

String AdiIRCAPI.ITools.StripColors ( String  Str  ) 

Returns a string with colors stripped out

Parameters:
Str String
.

String AdiIRCAPI.ITools.StripBold ( String  Str  ) 

Returns a string with bold stripped out

Parameters:
Str String
.

String AdiIRCAPI.ITools.StripItalic ( String  Str  ) 

Returns a string with italic stripped out

Parameters:
Str String
.

String AdiIRCAPI.ITools.StripUnderline ( String  Str  ) 

Returns a string with underline stripped out

Parameters:
Str String
.

Boolean AdiIRCAPI.ITools.Debug ( String  Str  ) 

Use this to write to debug.txt in the main folder, returns true if the debug was written

Parameters:
Str String
.

String AdiIRCAPI.ITools.ParseTime ( String  Syntax,
DateTime  Time 
)

Converts string to DateTime, see Time variables for possible syntax

Parameters:
Syntax String
Time DateTime
.

DateTime AdiIRCAPI.ITools.UnixTimeToDate ( Double  Time  ) 

Converts unix timestamp to a DateTime

Parameters:
Time Double
.

long AdiIRCAPI.ITools.DateToUnixTime ( DateTime  Time  ) 

Converts DateTime to unix timestamp

Parameters:
Time DateTime
.

Boolean AdiIRCAPI.ITools.IsNumeric ( String  Str  ) 

Checks if a string is numeric

Parameters:
Str String
.

void AdiIRCAPI.ITools.ToolWindow ( int  Height,
int  Width,
String  Title,
String  Text 
)

Open ups a tool window

Parameters:
Height int
Width int
Text String
Title String
.

String [] AdiIRCAPI.ITools.SplitString ( String  Str,
String  SplitBy 
)

Splits a string by a string

Parameters:
Str String
SplitBy String
.

String AdiIRCAPI.ITools.ParseSysinfo ( String  Str,
String  Args 
)

Returns system information based on Syntax, see system variables for more information

Parameters:
Str String
Args String
.


Property Documentation

Char AdiIRCAPI.ITools.BoldChar [get]

Gets the bold character.

Char AdiIRCAPI.ITools.ColorChar [get]

Gets the color character.

Char AdiIRCAPI.ITools.UnderLineChar [get]

Gets the underline character.

Char AdiIRCAPI.ITools.ActionChar [get]

Gets the action character.

String AdiIRCAPI.ITools.PS [get]

Gets path sperator / or \ , for future use.


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

Generated on Thu Mar 27 08:55:21 2008 for AdiIRCAPI by  doxygen 1.5.5