Name | Description | |
---|---|---|
MoveBooleanBackToString | Move the passed boolean field data into the resultsing "record" string | |
MoveByteBackToString | Move the passed byte field data into the resultsing "record" string | |
MoveDateTimeBackToString | Move the passed DateTime field data into the resultsing "record" string | |
MoveDecimalBackToString | Move the passed decimal field data into the resultsing "record" string | |
MoveInt16BackToString | Move the passed Int16 field data into the resultsing "record" string | |
MoveInt32BackToString | Move the passed Int32 field data into the resultsing "record" string | |
MoveInt64BackToString | Move the passed Int64 field data into the resultsing "record" string | |
MoveStringBackToString | Move the passed string field data into the resultsing "record" string | |
MoveStringToBoolean | Takes the string "record" area and returns the required portion as a boolean. | |
MoveStringToByte | Takes the string "record" area and returns the required portion as a Byte. | |
MoveStringToDateTime | Takes the string "record" area and returns the required portion as a DateTime. | |
MoveStringToDecimal | Takes the string "record" area and returns the required portion as a decimal. | |
MoveStringToInt16 | Takes the string "record" area and returns the required portion as a Integer. | |
MoveStringToInt32 | Takes the string "record" area and returns the required portion as a Integer. | |
MoveStringToInt64 | Takes the string "record" area and returns the required portion as a Integer. | |
MoveStringToString | Takes the string "record" area and returns the required portion as a string. |