MCPcopy 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

TokenizeTextFunction · 0.45
SplitFunction · 0.45
TextWriterClass · 0.45
FromWStringMethod · 0.45
FromWCharMethod · 0.45

Calls 1

StringClass · 0.85

Tested by

no test coverage detected