| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Convert the value to string
Source position: syshelph.inc line 560
| public class function TNativeUIntHelper.ToString( | 
| const AValue: NativeUInt | 
| ):string; overload; | 
ToString will, in the class function variant of this method, convert AValue to a string representation. In the regular method overloaded version of ToString, the NativeUInt value itself is used. The IntToStr function is used to do the conversion.
| NativeUInt.Parse | ||
| 
 | Convert an integer value to a decimal string. |