Click or drag to resize

ITools Interface

Various tools

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
public interface ITools

The ITools type exposes the following members.

Properties
  NameDescription
Public propertyActionChar
Gets the action character
Public propertyBoldChar
Gets the bold character
Public propertyColorChar
Gets the color character
Public propertyLinkChar
Gets the link character used to determine if the text in the ITextView buffer is a link
Public propertyNickColumnChar
Gets the nick column character used to determine where in the ITextView buffer the nick coulmn should be
Public propertyPS
Gets path sperator / or \ , for future use
Public propertyUnderLineChar
Gets the underline character
Top
Methods
  NameDescription
Public methodBoldify
Makes the text bold if Boldify is enabled
Public methodDateToUnixTime
Converts DateTime to unix timestamp
Public methodDebug
Use this to write to debug.txt in the main folder, returns true if the debug was written
Public methodIsNumeric
Checks if a string is numeric
Public methodParseSysinfo
Returns system information based on Syntax, see system variables for more information
Public methodParseTime
Converts string to DateTime, see Time variables for possible syntax
Public methodSplitString
Splits a string by a string
Public methodStripBold
Returns a string with bold stripped out
Public methodStripColors
Returns a string with colors stripped out
Public methodStripItalic
Returns a string with italic stripped out
Public methodStripUnderline
Returns a string with underline stripped out
Public methodToolWindow
Open ups a tool window
Public methodUnixTimeToDate
Converts unix timestamp to a DateTime
Top
See Also