C# Class Cats.Helpers.CaseHelper

Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode Description
ToLower ( this helper, string stringToBeChanged ) : string
ToUpper ( this helper, string stringToBeChanged = "" ) : string

Method Details

ToLower() public static méthode

public static ToLower ( this helper, string stringToBeChanged ) : string
helper this
stringToBeChanged string
Résultat string

ToUpper() public static méthode

public static ToUpper ( this helper, string stringToBeChanged = "" ) : string
helper this
stringToBeChanged string
Résultat string