Glare.Assets.Controls.BinaryAssetBrowser.Format C# (CSharp) Method

Format() static private method

static private Format ( object value ) : string
value object
return string
        static string Format(object value)
        {
            return string.Format("{0} / {0:X}h", value);
        }