Value.GetTypeCode Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Value Class > Value Methods >

Value.GetTypeCode Method

BR.AN.PviServices .NET


Returns the TypeCode for this instance.

[Visual Basic]

Public NotOverridable Sub GetTypeCode() _

   Implements IConvertible.GetTypeCode

[C#]

public TypeCode GetTypeCode();

Return Value

The enumerated constant that is the TypeCode of the class or value type. TypeCode.Empty for objects which are not identfied yet.

Implements

IConvertible.GetTypeCode

See Also

Value Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]