GroupToString Method (Int32)
|
Convert to specification in server format
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic string ToString(
int apiLevel
)
Public Function ToString (
apiLevel As Integer
) As String
public:
String^ ToString(
int apiLevel
)
member ToString :
apiLevel : int -> string
Parameters
- apiLevel
- Type: SystemInt32
Server protocol
Return Value
Type:
StringThe specification for the group
See Also