<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Value Class > Value Methods |
The methods of the Value class are listed below. For a complete list of Value class members, see the Value Members topic.
Overloaded. Initializes the Value class to the Object value |
|
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. |
|
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. |
|
Implement IDisposable. |
|
Overloaded. Returns a value indicating whether this instance is equal to a specified object. |
|
Returns a hash code for the current Value object |
|
Returns the TypeCode for this instance. |
|
Formats the value of the current instance using the specified format. |
|
Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information. |
|
Converts the value of this instance to an equivalent Byte value using the specified culture-specific formatting information. |
|
Converts the value of this instance to an equivalent Char value using the specified culture-specific formatting information. |
|
Converts the value of this instance to an equivalent DateTime value using the specified culture-specific formatting information. |
|
Converts the value of this instance to an equivalent Decimal value using the specified culture-specific formatting information. |
|
Converts the value of this instance to an equivalent Double value using the specified culture-specific formatting information. |
|
Converts the int value to its enum name. If the value is out of range the method will simply return the int value. |
|
Overloaded. Converts the value of this instance to an equivalent IEC String value |
|
Converts the value of this instance to an equivalent Int16 value using the specified culture-specific formatting information. |
|
Converts the value of this instance to an equivalent Int32 value using the specified culture-specific formatting information. |
|
Converts the value of this instance to an equivalent Int64 value using the specified culture-specific formatting information. |
|
Converts the value of this instance to an equivalent SByte value using the specified culture-specific formatting information. |
|
Converts the value of this instance to an equivalent Single value using the specified culture-specific formatting information. |
|
Overloaded. Converts the value of this instance to an equivalent String value using the specified culture-specific formatting information. |
|
Formats the value of the current instance using the specified format. |
|
Helper function to get a system data type compliant value. |
|
Converts the value of this instance to an equivalent TimeSpan value using the specified culture-specific formatting information. |
|
Converts the value of this instance to an Object of the specified Type that has an equivalent value, using the specified culture-specific formatting information. |
|
Converts the value of this instance to an equivalent UInt16 value using the specified culture-specific formatting information. |
|
Converts the value of this instance to an equivalent UInt32 value using the specified culture-specific formatting information. |
|
Converts the value of this instance to an equivalent UInt64 value using the specified culture-specific formatting information. |
Value Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]
Topics in this section: