Dictionary.Typecnt2id(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the ID of a specified extended data type.
public:
virtual int Typecnt2id(int _cnt);
public virtual int Typecnt2id (int _cnt);
abstract member Typecnt2id : int -> int
override this.Typecnt2id : int -> int
Public Overridable Function Typecnt2id (_cnt As Integer) As Integer
Parameters
- _cnt
- Int32
An integer that specifies an extended data type, based on the order of extended data types in Finance and Operations.
Returns
An extendedTypeId system data type value that indicates the ID of the extended data type; 0 (zero) if you pass a cnt value that is larger than the number of extended data types that is returned by the Dictionary::typeCnt method.