ChangelistToString Method (Boolean)
|
Convert to a string for display
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic string ToString(
bool includeTime
)
Public Function ToString (
includeTime As Boolean
) As String
public:
String^ ToString(
bool includeTime
)
member ToString :
includeTime : bool -> string
Parameters
- includeTime
- Type: SystemBoolean
Include the time as well as the date
Return Value
Type:
String
See Also