Click or drag to resize

FileHistoryToString Method (Boolean)

Convert to a string of the format ... #{rev} change {change} {action} on {date}[ {time}] {user}@{client} (type) '{desc}'

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public string ToString(
	bool includeTime
)

Parameters

includeTime
Type: SystemBoolean
Include the time as well as the date

Return Value

Type: String
See Also