Package version:

Interface TypeConversionSettings

Type conversion settings

Hierarchy

  • TypeConversionSettings

Properties

allowDataTruncation?: any

Whether to allow data truncation when converting the data. Type: boolean (or Expression with resultType boolean).

culture?: any

The culture used to convert data from/to string. Type: string (or Expression with resultType string).

dateTimeFormat?: any

The format for DateTime values. Type: string (or Expression with resultType string).

dateTimeOffsetFormat?: any

The format for DateTimeOffset values. Type: string (or Expression with resultType string).

timeSpanFormat?: any

The format for TimeSpan values. Type: string (or Expression with resultType string).

treatBooleanAsNumber?: any

Whether to treat boolean values as numbers. Type: boolean (or Expression with resultType boolean).

Generated using TypeDoc