C# 클래스 PeoplePickerRemediation.Console.Common.Utilities.StringUtility

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

공개 메소드들

메소드 설명
CompareCommaDelimitedString ( string strValue, string CommaDelimitedStringValues ) : bool
ConvertDateTime ( string datetime ) : System.DateTime
Escape ( string s ) : string
TotalExcelutionTime ( System.TimeSpan _TimeSpan ) : string
Unescape ( string s ) : string

메소드 상세

CompareCommaDelimitedString() 공개 정적인 메소드

public static CompareCommaDelimitedString ( string strValue, string CommaDelimitedStringValues ) : bool
strValue string
CommaDelimitedStringValues string
리턴 bool

ConvertDateTime() 공개 정적인 메소드

public static ConvertDateTime ( string datetime ) : System.DateTime
datetime string
리턴 System.DateTime

Escape() 공개 정적인 메소드

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

TotalExcelutionTime() 공개 정적인 메소드

public static TotalExcelutionTime ( System.TimeSpan _TimeSpan ) : string
_TimeSpan System.TimeSpan
리턴 string

Unescape() 공개 정적인 메소드

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