Share via


Dictionary.typeName2Id Method

Provides the ID for a specified extended data type, based on the extended data type name.

Syntax

public ExtendedTypeId typeName2Id(str name)

Run On

Called

Parameters

  • name
    Type: str
    A string that indicates the name of the extended data type.

Return Value

Type: ExtendedTypeId Extended Data Type
An extendedTypeId system data type value that indicates the ID of the extended data type; 0 (zero) if you pass a name value for a nonexistent extended data type.

See Also

Dictionary Class

Dictionary Class