[This is preliminary documentation and is subject to change.]
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool TryParse(
string pid,
out ErlPid epid
)
public static bool TryParse(
string pid,
out ErlPid epid
)
Public Shared Function TryParse (
pid As String,
<OutAttribute> ByRef epid As ErlPid
) As Boolean
Public Shared Function TryParse (
pid As String,
<OutAttribute> ByRef epid As ErlPid
) As Boolean
public:
static bool TryParse(
String^ pid,
[OutAttribute] ErlPid% epid
)
public:
static bool TryParse(
String^ pid,
[OutAttribute] ErlPid% epid
)
static member TryParse :
pid : string *
epid : ErlPid byref -> bool
static member TryParse :
pid : string *
epid : ErlPid byref -> bool
Return Value
Type:
Boolean