C# Класс Stash.Azure.Engine.Convert

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

Открытые свойства

Свойство Тип Описание
For BiDiConvert>.Dictionary

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

Метод Описание
AsBoolean ( this from ) : bool
AsByte ( this from ) : byte
AsChar ( this from ) : char
AsDateTime ( this from ) : System.DateTime
AsDecimal ( this from ) : decimal
AsGuid ( this from ) : System.Guid
AsInt ( this from ) : int
AsLong ( this from ) : long
AsSByte ( this from ) : sbyte
AsShort ( this from ) : short
AsString ( this from ) : string
AsTimeSpan ( this from ) : System.TimeSpan
AsType ( this from ) : Type
AsUInt ( this from ) : uint
AsULong ( this from ) : ulong
AsUShort ( this from ) : ushort

Приватные методы

Метод Описание
complementDigits ( string decimalString ) : string

Negative numbers are complemented to ensure alphabetical sorting of string keys.

Описание методов

AsBoolean() публичный статический Метод

public static AsBoolean ( this from ) : bool
from this
Результат bool

AsByte() публичный статический Метод

public static AsByte ( this from ) : byte
from this
Результат byte

AsChar() публичный статический Метод

public static AsChar ( this from ) : char
from this
Результат char

AsDateTime() публичный статический Метод

public static AsDateTime ( this from ) : System.DateTime
from this
Результат System.DateTime

AsDecimal() публичный статический Метод

public static AsDecimal ( this from ) : decimal
from this
Результат decimal

AsGuid() публичный статический Метод

public static AsGuid ( this from ) : System.Guid
from this
Результат System.Guid

AsInt() публичный статический Метод

public static AsInt ( this from ) : int
from this
Результат int

AsLong() публичный статический Метод

public static AsLong ( this from ) : long
from this
Результат long

AsSByte() публичный статический Метод

public static AsSByte ( this from ) : sbyte
from this
Результат sbyte

AsShort() публичный статический Метод

public static AsShort ( this from ) : short
from this
Результат short

AsString() публичный статический Метод

public static AsString ( this from ) : string
from this
Результат string

AsTimeSpan() публичный статический Метод

public static AsTimeSpan ( this from ) : System.TimeSpan
from this
Результат System.TimeSpan

AsType() публичный статический Метод

public static AsType ( this from ) : Type
from this
Результат System.Type

AsUInt() публичный статический Метод

public static AsUInt ( this from ) : uint
from this
Результат uint

AsULong() публичный статический Метод

public static AsULong ( this from ) : ulong
from this
Результат ulong

AsUShort() публичный статический Метод

public static AsUShort ( this from ) : ushort
from this
Результат ushort

Описание свойств

For публичное статическое свойство

public static Dictionary For
Результат BiDiConvert>.Dictionary