public static string QuoteWrap( this string value, char quoteChar = '"' )
<ExtensionAttribute> Public Shared Function QuoteWrap ( value As String, Optional quoteChar As Char = """C ) As String
public: [ExtensionAttribute] static String^ QuoteWrap( String^ value, wchar_t quoteChar = L'"' )
[<ExtensionAttribute>] static member QuoteWrap : value : string * ?quoteChar : char (* Defaults: let _quoteChar = defaultArg quoteChar '"' *) -> string
GSF.StringExtensions.QuoteWrap = function(value, quoteChar);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.