C# 클래스 StoryTeller.StringExtensions

파일 보기 프로젝트 열기: storyteller/Storyteller

공개 메소드들

메소드 설명
AsLifecycle ( this text ) : Lifecycle
EscapeIllegalChars ( this initial ) : string
IsGuidString ( this text ) : bool
LeadingSpaces ( this text ) : int

메소드 상세

AsLifecycle() 공개 정적인 메소드

public static AsLifecycle ( this text ) : Lifecycle
text this
리턴 Lifecycle

EscapeIllegalChars() 공개 정적인 메소드

public static EscapeIllegalChars ( this initial ) : string
initial this
리턴 string

IsGuidString() 공개 정적인 메소드

public static IsGuidString ( this text ) : bool
text this
리턴 bool

LeadingSpaces() 공개 정적인 메소드

public static LeadingSpaces ( this text ) : int
text this
리턴 int