_PropertyAccessor.StringToBinary(String) 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 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