This outputs raw value in bytes: `{calc:Binding MemoryUsage.UsedBytes, Mode=OneWay}` However, this just outputs empty string (should output kilobytes): `{calc:Binding MemoryUsage.UsedBytes/1024, Mode=OneWay}` `UsedBytes` if of type `UInt64`.