State = New York, City = New York
State = "New York", City = "New York"
State=New York,City=New York
A\/B = C\/D (column name is A/B and value is C/D.)
A = 10 miles\/hour, B = "20 miles/hour" (Withing double quotes only double quotes and backward slash have to be escaped.)
P1 = 10\, 20, P2 = "10, 20"
NameValuePair オブジェクトの配列を返します。注: 名前と値はエスケープせず、囲んでいる引用符も取り去ります。'宣言 Public Shared Function ParseNameValuePairs( _ ByVal pairs As String, _ ByRef error As String _ ) As RefParser.NameValuePair()
public static RefParser.NameValuePair[] ParseNameValuePairs( string pairs, out string error )