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

GetCharsPerCell() public abstract method

Gets the number of characters per cell value. This value doesn't include any cell separators
public abstract GetCharsPerCell ( HexColumnType column ) : int
column HexColumnType
return int
		public abstract int GetCharsPerCell(HexColumnType column);