V8FastArg.TryGet(Int16) Method |
Gets the
Int16 value of the argument if possible.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic bool TryGet(
out short value
)
Public Function TryGet (
<OutAttribute> ByRef value As Short
) As Boolean
public:
bool TryGet(
[OutAttribute] short% value
)
member TryGet :
value : int16 byref -> bool
Parameters
- value Int16
- On return, the Int16 value of the argument if the operation succeeded.
Return Value
BooleanTrue if the operation succeeded,
false otherwise.
See Also