C# 클래스 iSynaptic.Base50EncodedUInt64

파일 보기 프로젝트 열기: iSynaptic/iSynaptic.Core 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Base50EncodedUInt64() 공개 메소드

public Base50EncodedUInt64 ( String value ) : System
value String
리턴 System

Equals() 공개 메소드

public Equals ( Base50EncodedUInt64 other ) : bool
other Base50EncodedUInt64
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Parse() 공개 정적인 메소드

public static Parse ( String value ) : Base50EncodedUInt64
value String
리턴 Base50EncodedUInt64

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryParse() 공개 정적인 메소드

public static TryParse ( String value ) : Maybe
value String
리턴 Maybe

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool