AsmResolver.X86.X86Formatter.FormatFword C# (CSharp) 메소드

FormatFword() 공개 추상적인 메소드

Formats a fword constant to a readable string.
public abstract FormatFword ( ulong value ) : string
value ulong The constant to format.
리턴 string
        public abstract string FormatFword(ulong value);