MCPcopy Create free account
hub / github.com/NtQuery/Scylla / ConvertStringToBool

Method ConvertStringToBool

Scylla/TreeImportExport.cpp:181–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181bool TreeImportExport::ConvertStringToBool(const char * strValue)
182{
183 if (strValue)
184 {
185 if (strValue[0] == '1')
186 {
187 return true;
188 }
189 }
190
191 return false;
192}
193
194void TreeImportExport::ConvertDwordPtrToString(const DWORD_PTR dwValue)
195{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected