C# 클래스 Com.Aurora.Shared.Extensions.StringExtension

파일 보기 프로젝트 열기: aurora-lzzp/Aurora-Weather

공개 메소드들

메소드 설명
BintoDec ( this s ) : long
HextoDec ( this s ) : long
IsNullorEmpty ( this s ) : bool
OcttoDec ( this s ) : long
Reverse ( this s ) : string

메소드 상세

BintoDec() 공개 정적인 메소드

public static BintoDec ( this s ) : long
s this
리턴 long

HextoDec() 공개 정적인 메소드

public static HextoDec ( this s ) : long
s this
리턴 long

IsNullorEmpty() 공개 정적인 메소드

public static IsNullorEmpty ( this s ) : bool
s this
리턴 bool

OcttoDec() 공개 정적인 메소드

public static OcttoDec ( this s ) : long
s this
리턴 long

Reverse() 공개 정적인 메소드

public static Reverse ( this s ) : string
s this
리턴 string