Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csyonghe/Spire
/ ToString
Method
ToString
Source/CoreLib/TextIO.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
result.AddRange(str.Buffer(), str.Length());
19
}
20
virtual String ToString(const char * bytes, int /*length*/) override
21
{
22
return String(bytes);
23
}
24
};
25
26
class Utf32Encoding : public Encoding
Callers
5
TokenizeText
Function · 0.45
Split
Function · 0.45
TextWriter
Class · 0.45
FromWString
Method · 0.45
FromWChar
Method · 0.45
Calls
1
String
Class · 0.85
Tested by
no test coverage detected