_PropertyAccessor.BinaryToString(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts the array of bytes specified by Value
to a String (string in C#).
public:
System::String ^ BinaryToString(System::Object ^ Value);
public string BinaryToString (object Value);
Public Function BinaryToString (Value As Object) As String
Parameters
- Value
- Object
Represents the array of bytes to be converted.
Returns
A hexadecimal String (string in C#) that represents the converted value.
Remarks
For more information on type conversion when using the PropertyAccessor object, see Best Practices for Getting and Setting Properties