Click or drag to resize

BinarySize  Conversion (BinarySize to UInt32)

Performs an explicit conversion from BinarySize to UInt32.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static explicit operator uint (
	BinarySize value
)

Parameters

value
Type: Ookii.JumboBinarySize
The value.

Return Value

Type: UInt32
The result of the conversion.
See Also