CloudFileStatus Conversion (UInt32 to CloudFileStatus) |
IT Hit User File System
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax public static implicit operator CloudFileStatus (
uint value
)
Public Shared Widening Operator CType (
value As UInteger
) As CloudFileStatus
static implicit operator CloudFileStatus (
unsigned int value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemUInt32
The value.
Return Value
Type:
CloudFileStatusThe result of the conversion.
See Also