Summary
- Namespace
 - Cake
.SevenZip .Switches  - Base Types
 - 
									
- object
 
 
							graph BT
	Type-->Base0["object"]
	Type["VolumeUnit"]
class Type type-node
						
					Syntax
public sealed class VolumeUnit
			Properties
| Name | Value | Summary | 
|---|---|---|
| Bytes | VolumeUnit | 
									 
    Gets Unit: Bytes (b).
     
											static 
								 | 
							
| Gigabytes | VolumeUnit | 
									 
    Gets Unit: Gigabytes (g).
     
											static 
								 | 
							
| Kilobytes | VolumeUnit | 
									 
    Gets Unit: Kilobytes (k).
     
											static 
								 | 
							
| Megabytes | VolumeUnit | 
									 
    Gets Unit: Megabytes (m).
     
											static 
								 | 
							
Methods
| Name | Value | Summary | 
|---|---|---|
| ToString | 
								string | 
									 
    Converts to string.
     
								 |