Convert.ToDateTime Method (SByte)
.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 SByte ) As Date
Parameters
- value
-
Type:
System.SByte
The 8-bit signed integer to convert.
| Exception | Condition |
|---|---|
| InvalidCastException | This conversion is not supported. |
.NET Framework
Available since 1.1
Available since 1.1
Show: