IRGDataRecordExtensionsConvert Method

Definition

Namespace: Recrovit.RecroGridFramework.Data
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.3.1.24.0524.1
C#
public static bool Convert(
	this IRGDataRecord fromRec,
	Object toRec
)

Parameters

fromRec  IRGDataRecord
 
toRec  Object
 

Return Value

Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IRGDataRecord. 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).

See Also