C# Class Org.IdentityConnectors.Framework.Common.Objects.BigInteger

Placeholder since C# doesn't have a BigInteger
Exibir arquivo Open project: Tirasa/ConnId Class Usage Examples

Public Methods

Method Description
BigInteger ( string val ) : System
Equals ( object o ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

BigInteger() public method

public BigInteger ( string val ) : System
val string
return System

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string