[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 eref,
out ErlRef erlRef
)
public static bool TryParse(
string eref,
out ErlRef erlRef
)
Public Shared Function TryParse (
eref As String,
<OutAttribute> ByRef erlRef As ErlRef
) As Boolean
Public Shared Function TryParse (
eref As String,
<OutAttribute> ByRef erlRef As ErlRef
) As Boolean
public:
static bool TryParse(
String^ eref,
[OutAttribute] ErlRef% erlRef
)
public:
static bool TryParse(
String^ eref,
[OutAttribute] ErlRef% erlRef
)
static member TryParse :
eref : string *
erlRef : ErlRef byref -> bool
static member TryParse :
eref : string *
erlRef : ErlRef byref -> bool
Return Value
Type:
Boolean