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