PdsBatchAttrib::locale2StorageType Method
Converts a locale-dependent value into a value that can be stored in the database.
Syntax
client server public static PdsBatchAttribValue locale2StorageType(PdsBatchAttribType _type, PdsBatchAttribValue _value)
Run On
Called
Parameters
- _type
Type: PdsBatchAttribType Enumeration
The attribute type to assume for the conversion.
- _value
Type: PdsBatchAttribValue Extended Data Type
The value to convert.
Return Value
Type: PdsBatchAttribValue Extended Data Type
The locale-independent representation of the value.
Remarks
The _value value has to be already checked for validity for the particular type. No additional checks are performed in this method.