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