CloudFileStatus Conversion (Int32 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 (
int value
)
Public Shared Widening Operator CType (
value As Integer
) As CloudFileStatus
static implicit operator CloudFileStatus (
int value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemInt32
The value.
Return Value
Type:
CloudFileStatusThe result of the conversion.
See Also