C# Class Com.Aurora.Shared.Extensions.StringExtension

Afficher le fichier Open project: aurora-lzzp/Aurora-Weather

Méthodes publiques

Méthode Description
BintoDec ( this s ) : long
HextoDec ( this s ) : long
IsNullorEmpty ( this s ) : bool
OcttoDec ( this s ) : long
Reverse ( this s ) : string

Method Details

BintoDec() public static méthode

public static BintoDec ( this s ) : long
s this
Résultat long

HextoDec() public static méthode

public static HextoDec ( this s ) : long
s this
Résultat long

IsNullorEmpty() public static méthode

public static IsNullorEmpty ( this s ) : bool
s this
Résultat bool

OcttoDec() public static méthode

public static OcttoDec ( this s ) : long
s this
Résultat long

Reverse() public static méthode

public static Reverse ( this s ) : string
s this
Résultat string