C# Класс DataServer.Utilities

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

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

Метод Описание
Color2Hex ( this color ) : string
InnerXml ( this thiz ) : string
InnerXml2 ( this element ) : string
ReadAllLines ( this stream, Encoding encoding ) : IEnumerable
RemoveAllNamespaces ( this source ) : System.Xml.Linq.XElement
ValueOrFalse ( this v ) : bool

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

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

public static Color2Hex ( this color ) : string
color this
Результат string

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

public static InnerXml ( this thiz ) : string
thiz this
Результат string

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

public static InnerXml2 ( this element ) : string
element this
Результат string

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

public static ReadAllLines ( this stream, Encoding encoding ) : IEnumerable
stream this
encoding System.Text.Encoding
Результат IEnumerable

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

public static RemoveAllNamespaces ( this source ) : System.Xml.Linq.XElement
source this
Результат System.Xml.Linq.XElement

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

public static ValueOrFalse ( this v ) : bool
v this
Результат bool