Value.ToEnum Method

<< 点击显示目录 >>

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

Value.ToEnum Method

BR.AN.PviServices .NET


Converts the int value to its enum name. If the value is out of range the method will simply return the int value.

[Visual Basic]

Public Overridable Sub ToEnum()

[C#]

public virtual string ToEnum();

Return Value

A String equivalent to the enumerated value of this instance.

See Also

Value Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]