MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ToStringAnsi

Method ToStringAnsi

Source/Engine/Scripting/ManagedCLR/MUtils.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51StringAnsi MUtils::ToStringAnsi(MString* str)
52{
53 if (str == nullptr)
54 return StringAnsi::Empty;
55 return StringAnsi(MCore::String::GetChars(str));
56}
57
58void MUtils::ToString(MString* str, String& result)
59{

Callers 4

OnMonoAssemblyLoadFunction · 0.45
InitHostfxrFunction · 0.45
LoadEngineMethod · 0.45
LoadImageMethod · 0.45

Calls 1

StringAnsiFunction · 0.50

Tested by

no test coverage detected