Click or drag to resize

TypeExtensions Methods

The TypeExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAsBigInteger
Public methodStatic memberAsBoolean
Public methodStatic memberAsBoxedBoolean
Public methodStatic memberAsBoxedByte
Public methodStatic memberAsBoxedDateTime
Public methodStatic memberAsBoxedDateTimeOffset(Void)
Public methodStatic memberAsBoxedDateTimeOffset(Void, DateTimeOffset)
Public methodStatic memberAsBoxedDecimal
Public methodStatic memberAsBoxedDouble
Public methodStatic memberAsBoxedFloat
Public methodStatic memberAsBoxedInt16
Public methodStatic memberAsBoxedInt32
Public methodStatic memberAsBoxedInt64
Public methodStatic memberAsByte
Public methodStatic memberAsDateTime
Public methodStatic memberAsDateTimeOffset(Object)
Public methodStatic memberAsDateTimeOffset(Object, TimeZoneInfo)
Public methodStatic memberAsDecimal
Returns the value as a decimal.
Public methodStatic memberAsDouble
Returns the value as a double.
Public methodStatic memberAsFloat
Returns the value as a float.
Public methodStatic memberAsInt16
Returns the value as a short.
Public methodStatic memberAsInt32
Returns the value as an int.
Public methodStatic memberAsInt64
Returns the value as a long.
Public methodStatic memberAsSetT
Public methodStatic memberAsSingletonT
Ases the singleton.
Public methodStatic memberAsUInt16
Public methodStatic memberAsUInt32
Public methodStatic memberAsUInt64
Public methodStatic memberCleanName(Type, Boolean)
Public methodStatic memberCleanNameT
Public methodStatic memberCleanNameT(Boolean)
Public methodStatic memberFindAttributeInTypeTree
Public methodStatic memberFindProperty
Finds the property.
Public methodStatic memberGetBaseTypeTree
Public methodStatic memberIsDateTime
Determines whether [is date time] [the specified value].
Public methodStatic memberIsImplementsInterface(Type, Type)
Method to check if a given class, and its superclasses and interfaces (deep), implement a given interface.
Public methodStatic memberIsImplementsInterfaceT(Type)
Public methodStatic memberIsInt
Determines whether the specified value is int.
Public methodStatic memberIsLong
Determines whether the specified value is long.
Public methodStatic memberIsVarArgs(ConstructorInfo)
Public methodStatic memberIsVarArgs(MethodInfo)
Public methodStatic memberRecursiveIsImplementsInterface
Public methodStatic memberRecursiveIsSuperClass
Public methodStatic memberRecursiveSuperclassImplementsInterface
Public methodStatic memberUnwrapAttributes(MemberInfo, Boolean)
Public methodStatic memberUnwrapAttributesT(MemberInfo, Boolean)
Top
See Also