<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Value Class > Value Methods > Value.BinaryToAnsiString Method |
Call this member to get a string representation of the binary data. This can be used to transform any data on the PLC stored as string in any type of array (e.g. byte array) to a string value. No conversion is done! The function does not care about alignment! The function detects if the binary data is in ANSI or UNICODE format.
[Visual Basic]
Public Sub BinaryToAnsiString()
[C#]
public string BinaryToAnsiString();
A string containing the binary data copied to a string.
Value Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]