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

Datei anzeigen Open project: aurora-lzzp/Aurora-Weather

Public Methods

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

public static BintoDec ( this s ) : long
s this
return long

HextoDec() public static method

public static HextoDec ( this s ) : long
s this
return long

IsNullorEmpty() public static method

public static IsNullorEmpty ( this s ) : bool
s this
return bool

OcttoDec() public static method

public static OcttoDec ( this s ) : long
s this
return long

Reverse() public static method

public static Reverse ( this s ) : string
s this
return string