C# Class Cats.Helpers.CaseHelper

Show file Open project: edgecomputing/cats

Public Methods

Method Description
ToLower ( this helper, string stringToBeChanged ) : string
ToUpper ( this helper, string stringToBeChanged = "" ) : string

Method Details

ToLower() public static method

public static ToLower ( this helper, string stringToBeChanged ) : string
helper this
stringToBeChanged string
return string

ToUpper() public static method

public static ToUpper ( this helper, string stringToBeChanged = "" ) : string
helper this
stringToBeChanged string
return string