<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Value Class > Value Operators and Type Conversions > Value Implicit to Conversion |
Converts a String field value to an instance of the Value class
[Visual Basic]
Public Overloads Shared Widening Operator ( _
ByVal value As String _
)
[C#]
public override static implicit operator Value(
string[] value
);
value
A String field value
A new instance of the Value class
String[] myVal = new String[2];
myVal[0] = "Hallo";
myVal[2] = "world";
myVar.Value = myVal;
Value Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]