Click or drag to resize

imbStringCommonToolsgetDataTypeSafe Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
V3.5> Experimentalna funkcija - na osnovu tipa vrsi konverziju

Namespace:  imbSCI.Core.extensions.text
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static Object getDataTypeSafe(
	this Object input,
	Type targetType,
	dataLogic logic = dataLogic.skip
)
Request Example View Source

Parameters

input
Type: SystemObject
Ulazni string
targetType
Type: SystemType
Tip
logic (Optional)
Type: imbSCI.Core.processdataLogic
The logic.

Return Value

Type: Object

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks
Koristi se i 2013a
See Also