Click or drag to resize

OpsAsyncExtensibilityMessageArgsGetArgumentsDictionary Method (Char, Char)

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public IDictionary<string, string> GetArgumentsDictionary(
	char pairSeparator,
	char nameValueSeparator
)

Parameters

pairSeparator
Type: SystemChar
nameValueSeparator
Type: SystemChar

Return Value

Type: IDictionaryString, String
See Also