public static string MoveByteBackToString( string fieldIdentifier, string recordArea, byte fieldData, int startPos, int length, InputNumericFormat format )
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.
- format
- The required format.
Return Value
The resulting string record data.