Click or drag to resize

imbTypeExtensions Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inheritance Hierarchy
SystemObject
  imbSCI.Core.extensions.typeworksimbTypeExtensions

Namespace:  imbSCI.Core.extensions.typeworks
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static class imbTypeExtensions
Request Example View Source

The imbTypeExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic membergetInstance
Pravi instancu preko konstruktora kojem odgovaraju ovi parametri
Public methodStatic memberimbConvertValueSafe
2014c> bezbedna konverzija vrednosti
Public methodStatic memberimbConvertValueSafeTypedT
Public methodStatic memberimbToBoolean
Konvertuje bilo koju vrednost u Boolean
Public methodStatic memberimbToInstance
Konvertuje u potrebni tip. Ukoliko postoji konstruktor sa parametrom koji je IsInstanceOfType(input) onda ce koristit njega
Public methodStatic memberimbToNumber(Object, Type)
Konvertuje u broj prema zadatom tipu
Public methodStatic memberimbToNumberT(Object, Type)
Public methodStatic membersumValues
Supports> String, Int32, any number via Double and Boolean
Public methodStatic membertoStringTypeTitle
Returns type category string description: enum, array (for collections), object or type name if type is simple input.
Top
See Also