 | BcfColumnId Conversion (Int32 to BcfColumnId) |
[This is preliminary documentation and is subject to change.]
Restores and returns a value from its
Int32-representation.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic static explicit operator BcfColumnId (
int columnId
)
Public Shared Narrowing Operator CType (
columnId As Integer
) As BcfColumnId
Parameters
- columnId
- Type: SystemInt32
The Int32-representation of this BcfColumnId.
Return Value
Type:
BcfColumnIdThe restored instance.
See Also