DecimalSeparator
The
DecimalSeparator
item returns the decimal symbol used by the FactoryTalk Batch
Server.This table shows the input and output formats for this item.
Format | Description | |
|---|---|---|
Input Format | Request: DecimalSeparator | |
Output Format | The DecimalSeparator item returns in this format: <Character> | |
Field Name | Format | Description |
<Character> | ASCII – String | Decimal character for the language-specific operating system. |
This is an example of the return on this request.
A request on
object.GetItem(DecimalSeparator)
could return: .
Provide Feedback