|
Παρουσίαση με Ετικέτες
Όλες οι Ετικέτε... » ClipFlair » Replace » Methos (RSS)
-
Just added the following extension methods to StringExtensions class (of Utils.Extensions namespace) under Utils.Silverlight project at the ClipFlair source code. public static string ReplacePrefix( this string s, string fromPrefix, string toPrefix, StringComparison comparisonType) { return (s.StartsWith(fromPrefix, comparisonType)) ? toPrefix + ...
|
|
|