_PropertyAccessor.BinaryToString Method
Converts the array of bytes specified by Value to a String (string in C#).
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Function BinaryToString ( _
Value As Object _
) As String
'Usage
Dim instance As _PropertyAccessor
Dim Value As Object
Dim returnValue As String
returnValue = instance.BinaryToString(Value)
[DispIdAttribute()]
string BinaryToString(
Object Value
)
Parameters
Value
Type: System.ObjectRepresents the array of bytes to be converted.
Return Value
Type: System.String
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.