Microsoft Identity Integration Server 2003 Developer Reference

Value.ToBinary

The ToBinary method interprets the contents of the Value object as an array of bytes.
[C#]
public Byte[] ToBinary();
[Visual Basic .NET]
Public Function ToBinary() As Byte[]

Parameters

This method has no parameters.

Return Values

Returns an array of bytes that represents the contents of the Value object.

Exceptions

Exception type Condition
InvalidOperationException The value cannot be converted to the specified data type.

Requirements

Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

Value