Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TypeConversionSettings

Package version

Type conversion settings

Hierarchy

  • TypeConversionSettings

Index

Properties

Optional allowDataTruncation

allowDataTruncation: any

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

Optional culture

culture: any

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

Optional dateTimeFormat

dateTimeFormat: any

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

Optional dateTimeOffsetFormat

dateTimeOffsetFormat: any

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

Optional timeSpanFormat

timeSpanFormat: any

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

Optional treatBooleanAsNumber

treatBooleanAsNumber: any

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

Generated using TypeDoc