Symphony Framework
MoveStringToDecimal Method
Symphony.Conductor.Model Namespace > DataMapping Class : MoveStringToDecimal Method
Field identifier - use for error logging purposes.
Decimal precision.
Takes the string "record" area and returns the required portion as a decimal.
Syntax
public static decimal MoveStringToDecimal( 
   string fieldIdentifier,
   string stringValue,
   int startPos,
   int length,
   short precision
)

Parameters

fieldIdentifier
Field identifier - use for error logging purposes.
stringValue
startPos
length
precision
Decimal precision.
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