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