TypeConversionSettings interface
Type conversion settings
Properties
allow |
Whether to allow data truncation when converting the data. Type: boolean (or Expression with resultType boolean). |
culture | The culture used to convert data from/to string. Type: string (or Expression with resultType string). |
date |
The format for DateTime values. Type: string (or Expression with resultType string). |
date |
The format for DateTimeOffset values. Type: string (or Expression with resultType string). |
time |
The format for TimeSpan values. Type: string (or Expression with resultType string). |
treat |
Whether to treat boolean values as numbers. Type: boolean (or Expression with resultType boolean). |
Property Details
allowDataTruncation
Whether to allow data truncation when converting the data. Type: boolean (or Expression with resultType boolean).
allowDataTruncation?: any
Property Value
any
culture
The culture used to convert data from/to string. Type: string (or Expression with resultType string).
culture?: any
Property Value
any
dateTimeFormat
The format for DateTime values. Type: string (or Expression with resultType string).
dateTimeFormat?: any
Property Value
any
dateTimeOffsetFormat
The format for DateTimeOffset values. Type: string (or Expression with resultType string).
dateTimeOffsetFormat?: any
Property Value
any
timeSpanFormat
The format for TimeSpan values. Type: string (or Expression with resultType string).
timeSpanFormat?: any
Property Value
any
treatBooleanAsNumber
Whether to treat boolean values as numbers. Type: boolean (or Expression with resultType boolean).
treatBooleanAsNumber?: any
Property Value
any