ConceptHMI Web Help
GetUnderlyingTypeFromNullableOrSelf Method
The specified type.
The underlying type or the specified type.
Retrieves the underlying type if the specified type is a nullable type. If the specified type is not a nullable type, retrieves the specified type. Returns whether the specified type was a nullable type or not.
Syntax
public static bool GetUnderlyingTypeFromNullableOrSelf( 
   Type type,
   out Type underlyingType
)

Parameters

type
The specified type.
underlyingType
The underlying type or the specified type.

Return Value

true if type is a nullable; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConceptUtilsUtils Class
ConceptUtilsUtils Members

 

 


© 2016 Objectis

Send Feedback