V8FastArg.TryGet(SByte) Method |
Gets the
SByte 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 sbyte value
)
Public Function TryGet (
<OutAttribute> ByRef value As SByte
) As Boolean
public:
bool TryGet(
[OutAttribute] signed char% value
)
member TryGet :
value : sbyte byref -> bool
Parameters
- value SByte
- On return, the SByte value of the argument if the operation succeeded.
Return Value
BooleanTrue if the operation succeeded,
false otherwise.
See Also