[This is preliminary documentation and is subject to change.]

The SizeConverter type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
ToBytes(Int64)
Returns size in bytes.
ToGigaBytes(Int64)
Returns size in gigabytes.
ToKiloBytes(Int64)
Returns size in kilobytes.
ToMegaBytes(Int64)
Returns size in megabytes.
ToOptimal(Int64)
Returns size in optimal units.
ToTeraBytes(Int64)
Returns size in terabytes.

See Also