C# 클래스 XamlStyler.Core.Extensions.StringExtension

파일 보기 프로젝트 열기: NicoVermeir/XamlStyler

공개 메소드들

메소드 설명
GetLines ( this source ) : IEnumerable
ToList ( this source ) : IList
ToNameSelectorList ( this source ) : IList
ToXmlEncodedString ( this input, bool ignoreCarrier = false ) : string

메소드 상세

GetLines() 공개 정적인 메소드

public static GetLines ( this source ) : IEnumerable
source this
리턴 IEnumerable

ToList() 공개 정적인 메소드

public static ToList ( this source ) : IList
source this
리턴 IList

ToNameSelectorList() 공개 정적인 메소드

public static ToNameSelectorList ( this source ) : IList
source this
리턴 IList

ToXmlEncodedString() 공개 정적인 메소드

public static ToXmlEncodedString ( this input, bool ignoreCarrier = false ) : string
input this
ignoreCarrier bool
리턴 string