C# Class NetduinoPlusWebServer.Extension

Extension methods
Exibir arquivo Open project: adrianrussell/MicroFrameworkWebServer

Public Methods

Method Description
Replace ( this stringToSearch, char charToFind, char charToSubstitute ) : string

Replace characters in a string

Method Details

Replace() public static method

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