C# 클래스 System.MethodExtension

파일 보기 프로젝트 열기: LawrenceBotley/EthereumRpc-NET

공개 메소드들

메소드 설명
FormatLine ( this source ) : string
GetEnumDescription ( Enum value ) : string
HexToInt ( this value ) : int
HexToLong ( this value ) : long
IsUri ( this source ) : bool
ToBigInteger ( this value, Globalization numberStyles = Globalization.NumberStyles.HexNumber ) : System.Numerics.BigInteger
ToHexString ( this value ) : string
ToJsonMethodName ( this value ) : string
WeiToEther ( this value ) : string

메소드 상세

FormatLine() 공개 정적인 메소드

public static FormatLine ( this source ) : string
source this
리턴 string

GetEnumDescription() 공개 정적인 메소드

public static GetEnumDescription ( Enum value ) : string
value Enum
리턴 string

HexToInt() 공개 정적인 메소드

public static HexToInt ( this value ) : int
value this
리턴 int

HexToLong() 공개 정적인 메소드

public static HexToLong ( this value ) : long
value this
리턴 long

IsUri() 공개 정적인 메소드

public static IsUri ( this source ) : bool
source this
리턴 bool

ToBigInteger() 공개 정적인 메소드

public static ToBigInteger ( this value, Globalization numberStyles = Globalization.NumberStyles.HexNumber ) : System.Numerics.BigInteger
value this
numberStyles Globalization
리턴 System.Numerics.BigInteger

ToHexString() 공개 정적인 메소드

public static ToHexString ( this value ) : string
value this
리턴 string

ToJsonMethodName() 공개 정적인 메소드

public static ToJsonMethodName ( this value ) : string
value this
리턴 string

WeiToEther() 공개 정적인 메소드

public static WeiToEther ( this value ) : string
value this
리턴 string