C# Class NetduinoPlusWebServer.Extension

Extension methods
Afficher le fichier Open project: adrianrussell/MicroFrameworkWebServer

Méthodes publiques

Méthode Description
Replace ( this stringToSearch, char charToFind, char charToSubstitute ) : string

Replace characters in a string

Method Details

Replace() public static méthode

Replace characters in a string
public static Replace ( this stringToSearch, char charToFind, char charToSubstitute ) : string
stringToSearch this
charToFind char
charToSubstitute char
Résultat string