C# Class StoryTeller.StringExtensions

Show file Open project: storyteller/Storyteller

Public Methods

Method Description
AsLifecycle ( this text ) : Lifecycle
EscapeIllegalChars ( this initial ) : string
IsGuidString ( this text ) : bool
LeadingSpaces ( this text ) : int

Method Details

AsLifecycle() public static method

public static AsLifecycle ( this text ) : Lifecycle
text this
return Lifecycle

EscapeIllegalChars() public static method

public static EscapeIllegalChars ( this initial ) : string
initial this
return string

IsGuidString() public static method

public static IsGuidString ( this text ) : bool
text this
return bool

LeadingSpaces() public static method

public static LeadingSpaces ( this text ) : int
text this
return int