Perforce API for the .Net CLR P4.Net

P4Message.GetValue Method 

Gets the value.

[Visual Basic]
Public Function GetValue( _
   ByVal var As String _
) As String
[C#]
public string GetValue(
   string var
);

Parameters

var
The var.

Return Value

Missing <returns> documentation for M:P4API.P4Message.GetValue(System.String)

See Also

P4Message Class | P4API Namespace