C# Class iSynaptic.Base50EncodedUInt64

ファイルを表示 Open project: iSynaptic/iSynaptic.Core Class Usage Examples

Public Methods

Method 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

Method 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 method

public Base50EncodedUInt64 ( String value ) : System
value String
return System

Equals() public method

public Equals ( Base50EncodedUInt64 other ) : bool
other Base50EncodedUInt64
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Parse() public static method

public static Parse ( String value ) : Base50EncodedUInt64
value String
return Base50EncodedUInt64

ToString() public method

public ToString ( ) : string
return string

TryParse() public static method

public static TryParse ( String value ) : Maybe
value String
return Maybe

operator() public static method

public static operator ( ) : bool
return bool