Click or drag to resize

OpsAsyncExtensibilityMessageArgsGetArgumentsDictionary Method (String, String)

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

Parameters

pairSeparator
Type: SystemString
nameValueSeparator
Type: SystemString

Return Value

Type: IDictionaryString, String
See Also