public static string ReplaceCaseInsensitive( this string value, string fromText, string toText )
<ExtensionAttribute> Public Shared Function ReplaceCaseInsensitive ( value As String, fromText As String, toText As String ) As String
public: [ExtensionAttribute] static String^ ReplaceCaseInsensitive( String^ value, String^ fromText, String^ toText )
[<ExtensionAttribute>] static member ReplaceCaseInsensitive : value : string * fromText : string * toText : string -> string
GSF.StringExtensions.ReplaceCaseInsensitive = function(value, fromText, toText);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.