C# Class StoryTeller.StringExtensions

Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

Méthode Description
AsLifecycle ( this text ) : Lifecycle
EscapeIllegalChars ( this initial ) : string
IsGuidString ( this text ) : bool
LeadingSpaces ( this text ) : int

Method Details

AsLifecycle() public static méthode

public static AsLifecycle ( this text ) : Lifecycle
text this
Résultat Lifecycle

EscapeIllegalChars() public static méthode

public static EscapeIllegalChars ( this initial ) : string
initial this
Résultat string

IsGuidString() public static méthode

public static IsGuidString ( this text ) : bool
text this
Résultat bool

LeadingSpaces() public static méthode

public static LeadingSpaces ( this text ) : int
text this
Résultat int