System.Windows.Forms.HexBox.StringKeyInterpreter.StringKeyInterpreter C# (CSharp) Method

StringKeyInterpreter() public method

public StringKeyInterpreter ( HexBox hexBox ) : System
hexBox HexBox
return System
            public StringKeyInterpreter(HexBox hexBox)
                : base(hexBox)
            {
                _hexBox._byteCharacterPos = 0;
            }