MCPcopy Create free account
hub / github.com/audacity/audacity / ToString

Method ToString

src/widgets/valnum.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305// ============================================================================
306
307wxString IntegerValidatorBase::ToString(LongestValueType value) const
308{
309 return NumberFormatter::ToString(value, GetFormatFlags());
310}
311
312bool
313IntegerValidatorBase::FromString(const wxString& s, LongestValueType *value)

Callers 1

NormalizeValueMethod · 0.45

Calls 1

ToStringFunction · 0.50

Tested by

no test coverage detected