C# Class HexConverter.Hexconverter

Inheritance: System.Windows.Forms.Form
Show file Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
hexchars string

Public Methods

Method Description
Hexconverter ( ) : System
isHexString ( string s ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Method Description
InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
button5_Click ( object sender, EventArgs e ) : void
padwith0s ( string input ) : string

Method Details

Dispose() protected method

Verwendete Ressourcen bereinigen.
protected Dispose ( bool disposing ) : void
disposing bool True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
return void

Hexconverter() public method

public Hexconverter ( ) : System
return System

isHexString() public method

public isHexString ( string s ) : bool
s string
return bool

Property Details

hexchars public property

public string hexchars
return string