Row GetDisplayFieldValue Method (Int32, String, Func Object, Object )NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns field value as string formatted per target DisplayFormat attribute

Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public string GetDisplayFieldValue(
	int fieldIndex,
	string targetName = null,
	Func<Object, Object> transform = null
)

Parameters

fieldIndex
Type: OnlineSystem Int32
targetName (Optional)
Type: OnlineSystem String
transform (Optional)
Type: OnlineSystem Func OnlineObject, OnlineObject 

Return Value

Type: OnlineString
See Also