Value.ToIECString(Int32) Method

<< 点击显示目录 >>

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

Value.ToIECString(Int32) Method

BR.AN.PviServices .NET


Converts the value of this instance to an equivalent IEC String value

[Visual Basic]

Public Overloads Sub ToIECString( _

  ByVal baseOfRepresentation As Integer _

)

[C#]

public string ToIECString(

  int baseOfRepresentation

);

Parameters

baseOfRepresentation

The numeric represenatione (binary, octal, hexadecimal or decimal)

Return Value

A String value equivalent to the value of this instance.

See Also

Value Class | BR.AN.PviServices Namespace | Value.ToIECString Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]