AsciiLineCompositionIsCompatibleWith(AsciiColumnType, AsciiColumnType) Method |
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool IsCompatibleWith(
AsciiColumnType a,
AsciiColumnType b
)
Parameters
- a AsciiColumnType
- First column type.
- b AsciiColumnType
- Second column type.
Return Value
BooleanTrue if
AsciiColumnTypea is compatible with
b, i.e. values of type
a could be stored in columns of type
b; otherwise,
false.
Remarks The column type DBNull is compatible to all other column types.
Since all numeric types will be stored in Double format, all numeric column types are compatible with each other.
See Also