_PropertyAccessor.BinaryToString(Object) Method

Definition

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

Applies to