_PropertyAccessor.StringToBinary(String) Method

Definition

Converts a string specified by Value to an array of bytes.

public:
 System::Object ^ StringToBinary(System::String ^ Value);
public object StringToBinary (string Value);
Public Function StringToBinary (Value As String) As Object

Parameters

Value
String

A hexadecimal string value that is to be converted to an array of bytes.

Returns

An Object value that represents an array of bytes returned from the conversion.

Remarks

For more information on type conversion when using the PropertyAccessor object, see Best Practices for Getting and Setting Properties

Applies to