dnSpy.Contracts.Hex.HexBufferLineFormatter.EditValueCell C# (CSharp) Method

EditValueCell() public abstract method

Edits a value cell. Returns null if editing isn't supported or if the character isn't a valid input character (eg. it's not a hex digit character), else it returns the position in the buffer and new value.
public abstract EditValueCell ( dnSpy.Contracts.Hex.HexCell cell, int cellPosition, char c ) : PositionAndData?
cell dnSpy.Contracts.Hex.HexCell Cell
cellPosition int Position within the cell
c char Character
return PositionAndData?
		public abstract PositionAndData? EditValueCell(HexCell cell, int cellPosition, char c);