GetNonNullableType Method
In This Topic
Returns the underlying type of a nullable type: e.g. if Type = double?, then returns double.
Syntax
'Declaration
Public Shared Function GetNonNullableType( _
ByVal As Type _
) As Type
public static Type GetNonNullableType(
Type
)
Parameters
- type
- Type.
Return Value
The underlying type.
See Also