Converts the ulong to a string.
value The value to convert.
A string representation of the UInt64.
This member is not CLS-compliant. For a CLS-compliant alternative, use XmlConvert.ToString(bool)(decimal).
This method calls value.ToString(null, System.Globalization.NumberFormatInfo.InvariantInfo).