C# Class iSynaptic.Base50EncodedUInt64

Afficher le fichier Open project: iSynaptic/iSynaptic.Core Class Usage Examples

Méthodes publiques

Méthode Description
Base50EncodedUInt64 ( String value ) : System
Equals ( Base50EncodedUInt64 other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parse ( String value ) : Base50EncodedUInt64
ToString ( ) : string
TryParse ( String value ) : Maybe
operator ( ) : bool

Private Methods

Méthode Description
Base50EncodedUInt64 ( System.UInt64 value ) : System
Base50EncodedUInt64 ( System.UInt64 value, String text ) : System
FromString ( String value ) : Maybe
IndexOf ( Char value ) : System.UInt64
ToString ( System.UInt64 value ) : String
ToUInt64 ( ) : System.UInt64

Method Details

Base50EncodedUInt64() public méthode

public Base50EncodedUInt64 ( String value ) : System
value String
Résultat System

Equals() public méthode

public Equals ( Base50EncodedUInt64 other ) : bool
other Base50EncodedUInt64
Résultat bool

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Parse() public static méthode

public static Parse ( String value ) : Base50EncodedUInt64
value String
Résultat Base50EncodedUInt64

ToString() public méthode

public ToString ( ) : string
Résultat string

TryParse() public static méthode

public static TryParse ( String value ) : Maybe
value String
Résultat Maybe

operator() public static méthode

public static operator ( ) : bool
Résultat bool