BinaryLogger.ExtractNonPathParameters(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extracts the non-file-path parameters from binary logger parameters string. This is used to compare configurations between multiple binlog parameters.
public:
static System::String ^ ExtractNonPathParameters(System::String ^ parameters);
public static string ExtractNonPathParameters(string parameters);
static member ExtractNonPathParameters : string -> string
Public Shared Function ExtractNonPathParameters (parameters As String) As String
Parameters
- parameters
- String
The parameters string (e.g., "output.binlog;ProjectImports=None")
Returns
A normalized string of non-path parameters, or empty string if only path parameters