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