[This is preliminary documentation and is subject to change.]
Implicit conversion from BaseDataType to int.
| C# |
public static implicit operator int ( BaseDataType val )
- val (BaseDataType)
- The BaseDataType to convert.
An int containing the converted valaue.