FileSpecToString Method (Type)
|
Create a descriptive string for this FileSpec of the specified Type
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax public string ToString(
Type pathType
)
Public Function ToString (
pathType As Type
) As String
public:
String^ ToString(
Type^ pathType
)
member ToString :
pathType : Type -> string
Parameters
- pathType
- Type: SystemType
Type of path to be returned
Return Value
Type:
Stringstring represented FileSpec of Type
See Also