Symphony Framework
MoveStringBackToString Method
Symphony.Conductor.Model Namespace > DataMapping Class : MoveStringBackToString Method
The full field specification - for debug/error logging purposes.
The current record area.
The field data to replace.
starting position where the data should be placed
The length of the record field area.
Move the passed string field data into the resultsing "record" string
Syntax
public static string MoveStringBackToString( 
   string fieldIdentifier,
   string recordArea,
   string fieldData,
   int startPos,
   int length
)

Parameters

fieldIdentifier
The full field specification - for debug/error logging purposes.
recordArea
The current record area.
fieldData
The field data to replace.
startPos
starting position where the data should be placed
length
The length of the record field area.

Return Value

The resulting string record data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataMapping Class
DataMapping Members