Microsoft Identity Integration Server 2003 Developer Reference

Value.ToInteger

The ToInteger method interprets the contents of the Value object as an Int64 value. If the value is binary, it is assumed to be little-endian.
[C#]
public Int64 ToInteger();
[Visual Basic .NET]
Public Function ToInteger() As Int64

Parameters

This method has no parameters.

Return Values

Returns an Int64 value 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