public override string ToString() { return(HashUtils.ToString(_data)); }
protected void LoadData() { this.txtData.Text = HashUtils.ToString(_data); }