C# Class dnSpy.Hex.SingleBigEndianValueFormatter

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

Public Methods

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

Method Details

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

SingleBigEndianValueFormatter() public method

public SingleBigEndianValueFormatter ( ) : System
return System