Click or drag to resize

V8FastArg.GetCharSpan Method

Gets the string value of the argument as a ReadOnlySpan<char>.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public ReadOnlySpan<char> GetCharSpan(
	string name = null
)

Parameters

name  String  (Optional)
An optional argument or property name.

Return Value

ReadOnlySpan<Char>
The string value of the argument as a ReadOnlySpan<char>.
Remarks
This method throws an exception if the operation fails.
See Also