Convert.ToDateTime Method (UInt32)
.NET Framework (current version)
Calling this method always throws InvalidCastException.
This API is not CLS-compliant.
Assembly: mscorlib (in mscorlib.dll)
<CLSCompliantAttribute(False)> Public Shared Function ToDateTime ( value As UInteger ) As Date
Parameters
- value
-
Type:
System.UInt32
The 32-bit unsigned integer to convert.
| Exception | Condition |
|---|---|
| InvalidCastException | This conversion is not supported. |
.NET Framework
Available since 1.1
Available since 1.1
Show: