mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-17 23:56:05 +02:00
Embedded string view in watch window, series watch format
This commit is contained in:
parent
c925d7ccc2
commit
1b9e0490f2
13 changed files with 521 additions and 116 deletions
|
@ -3665,6 +3665,11 @@ namespace System
|
|||
return String.Unquote(Ptr, Length, outString);
|
||||
}
|
||||
|
||||
public Result<void> Unescape(String outString)
|
||||
{
|
||||
return String.Unescape(Ptr, Length, outString);
|
||||
}
|
||||
|
||||
[NoDiscard]
|
||||
public StringView Substring(int pos)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue