V8FastArg.GetDecimal Method |
Gets the
Decimal value of the argument.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic decimal GetDecimal(
string name = null
)
Public Function GetDecimal (
Optional name As String = Nothing
) As Decimal
public:
Decimal GetDecimal(
String^ name = nullptr
)
member GetDecimal :
?name : string
(* Defaults:
let _name = defaultArg name null
*)
-> decimal
Parameters
- name String (Optional)
- An optional argument or property name.
Return Value
DecimalThe
Decimal value of the argument.
Remarks
This method throws an exception if the operation fails.
See Also