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