Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts the typed value into the format appropriate for storage in the database
Syntax
client server public static PdsBatchAttribValue value2StorageType(PdsBatchAttribType _type, anytype _value)
Run On
Called
Parameters
- _type
Type: PdsBatchAttribType Enumeration
The type to assume for the conversion.
- _value
Type: anytype
The value to convert.
Return Value
Type: PdsBatchAttribValue Extended Data Type
The value converted into the appropriate storage format.
Remarks
The passed value must already be checked to be appropriate for the type.