C# Class Novell.Directory.Ldap.Asn1.Asn1Numeric

Inheritance: Asn1Object
Mostra file Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

Method Description
intValue ( ) : int

Returns the content of this Asn1Numeric object as an int.

longValue ( ) : long

Returns the content of this Asn1Numeric object as a long.

Private Methods

Method Description
Asn1Numeric ( Asn1Identifier id, int value_Renamed ) : System
Asn1Numeric ( Asn1Identifier id, long value_Renamed ) : System

Method Details

intValue() public method

Returns the content of this Asn1Numeric object as an int.
public intValue ( ) : int
return int

longValue() public method

Returns the content of this Asn1Numeric object as a long.
public longValue ( ) : long
return long