QuotedStringHelpers Class

Namespace
GitVersion
Base Types
  • object
graph BT Type-->Base0["object"] Type["QuotedStringHelpers"] class Type type-node

Syntax

public static class QuotedStringHelpers

Methods

Name Value Summary
SplitUnquoted(string, char) string[]
Splits input string based on split-character, ignoring split-character in quoted part of the string.
static
UnquoteText(string) string
Removes enclosing quotes around input string and unescapes quote characters inside of string.
static

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
GitHub