C# Класс Com.Aurora.Shared.Extensions.StringExtension

Показать файл Открыть проект

Открытые методы

Метод Описание
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