-
Notifications
You must be signed in to change notification settings - Fork 0
Overload_Ekstrand_Text_StringOperations_Replace
Fred Ekstrand edited this page Aug 4, 2020
·
1 revision
Name | Description | |
---|---|---|
![]() ![]() |
Replace(String, Char[], Char) | Returns a new string in which all occurrences of all Unicode character in an array with the specified Unicode character. |
![]() ![]() |
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. |
![]() ![]() |
Replace(String, String[], String) | Returns a new string in which all occurrences of all substring in an array with the specified Unicode character. |
Copyright © 2019 Fred Ekstrand Jr
Send comments on this topic to [email protected]
Created using: Sandcastle Help File Builder
-
Ekstrand.Text Namespace
-
StringOperations Class
-
StringOperations Methods
- StringOperations.EscapeIllegalChars Method
- StringOperations.FirstCharToLowercase Method
- StringOperations.FirstCharToUppercase Method
- StringOperations.PadCenter Method
- StringOperations.PadCenterCrop Method
- StringOperations.PadLeftCrop Method
- StringOperations.PadRightCrop Method
- StringOperations.Remove Method
- StringOperations.Replace Method
- StringOperations.ToTitleCase Method
-
StringOperations Methods
- StringUtil Class
-
StringOperations Class