C# 클래스 Transformation.PowerShell.Common.Utilities.StringUtility

파일 보기 프로젝트 열기: OfficeDev/PnP-Transformation

공개 메소드들

메소드 설명
Escape ( string s ) : string
ExcludeWebApplication ( string webApplicationUrl, string excludeWebApp ) : bool
Unescape ( string s ) : string

메소드 상세

Escape() 공개 정적인 메소드

public static Escape ( string s ) : string
s string
리턴 string

ExcludeWebApplication() 공개 정적인 메소드

public static ExcludeWebApplication ( string webApplicationUrl, string excludeWebApp ) : bool
webApplicationUrl string
excludeWebApp string
리턴 bool

Unescape() 공개 정적인 메소드

public static Unescape ( string s ) : string
s string
리턴 string