Create a new P4MapApi

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
public P4MapApi(
	bool useUnicode
)
Visual Basic
Public Sub New ( _
	useUnicode As Boolean _
)
Visual C++
public:
P4MapApi(
	bool useUnicode
)

Parameters

useUnicode
Type: System..::..Boolean

Remarks

The server is needed to know whether or not it is necessary to translate strings to/from Unicode

See Also