TaskUIUtils.ReplaceFirstOccurence(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::String ^ ReplaceFirstOccurence(System::String ^ originalString, System::String ^ oldValue, System::String ^ newValue);
public static string ReplaceFirstOccurence (string originalString, string oldValue, string newValue);
static member ReplaceFirstOccurence : string * string * string -> string
Public Shared Function ReplaceFirstOccurence (originalString As String, oldValue As String, newValue As String) As String
Parameters
- originalString
- String
- oldValue
- String
- newValue
- String