Row GetDisplayFieldValue Method (String, 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(
	string fieldName,
	string targetName = null,
	Func<Object, Object> transform = null
)

Parameters

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

Return Value

Type: OnlineString
See Also