C# 클래스 DataServer.Utilities

파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
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