P4ServerUseUnicode Property
|
Need to use Unicode when marshalling to/from the P4 server
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.1.277.3624
Syntaxpublic bool UseUnicode { get; }
Public ReadOnly Property UseUnicode As Boolean
Get
public:
property bool UseUnicode {
bool get ();
}
member UseUnicode : bool with get
Property Value
Type:
Boolean
See Also