aras.convertToNeutral Method
Converts local value to neutral value. Only effect on specified data types including date, decimal, and float.Syntax
aras.convertToNeutral(localValue,data_type,dotNetPattern4Date)Parameters
Name | Type | Description |
---|---|---|
localValue | Any | Required. The local value to convert. |
data_type | String | Required. Property data type. |
dotNetPattern4Date | String | Optional. Decimal pattern or date pattern. When "data_type" is "date", this parameter only supports the following values:
|
Return Value
A String.Returns the converted value. If conversion fails, original value will be returned.
See Also
aras ObjectAras Innovator Client Framework
Comments
Post a Comment