C# 클래스 NuGet.AdvancedPackagingTool.Core.StringExtensions

파일 보기 프로젝트 열기: alexfalkowski/NuGet.AdvancedPackagingTool

공개 메소드들

메소드 설명
Contains ( this source, string value, System.StringComparison comparison ) : bool
IsHttpUri ( this value ) : bool

메소드 상세

Contains() 공개 정적인 메소드

public static Contains ( this source, string value, System.StringComparison comparison ) : bool
source this
value string
comparison System.StringComparison
리턴 bool

IsHttpUri() 공개 정적인 메소드

public static IsHttpUri ( this value ) : bool
value this
리턴 bool