C# Class dnSpy.Hex.DecimalInt16BigEndianValueFormatter

Inheritance: HexValueFormatter
Mostra file Open project: 0xd4d/dnSpy

Public Methods

Method Description
DecimalInt16BigEndianValueFormatter ( ) : System
FormatValue ( StringBuilder dest, dnSpy.Contracts.Hex.HexBytes hexBytes, long valueIndex, HexValueFormatterFlags flags ) : int

Method Details

DecimalInt16BigEndianValueFormatter() public method

public DecimalInt16BigEndianValueFormatter ( ) : System
return System

FormatValue() public method

public FormatValue ( StringBuilder dest, dnSpy.Contracts.Hex.HexBytes hexBytes, long valueIndex, HexValueFormatterFlags flags ) : int
dest StringBuilder
hexBytes dnSpy.Contracts.Hex.HexBytes
valueIndex long
flags HexValueFormatterFlags
return int