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