Skip to content

Overload_Ekstrand_Text_StringOperations_Replace

Fred Ekstrand edited this page Aug 4, 2020 · 1 revision

StringOperations.Replace Method

Overload List

 

Name Description
Public methodStatic member Replace(String, Char[], Char) Returns a new string in which all occurrences of all Unicode character in an array with the specified Unicode character.
Public methodStatic member Replace(String, Char[], Char[]) Returns a new string in which all occurrences of all Unicode characters in an array are replaced with the specified Unicode characters in an array at the same element index.
Public methodStatic member Replace(String, String[], String) Returns a new string in which all occurrences of all substring in an array with the specified Unicode character.
  Back to Top

See Also

Reference

StringOperations Class
Ekstrand.Text Namespace

Clone this wiki locally