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

Placeholder since C# doesn't have a BigInteger
Afficher le fichier Open project: Tirasa/ConnId Class Usage Examples

Méthodes publiques

Méthode Description
BigInteger ( string val ) : System
Equals ( object o ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

BigInteger() public méthode

public BigInteger ( string val ) : System
val string
Résultat System

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string